Skip to content

Repository for the "Go Tour" workshop build by Manfred Dreese and me Andreas Grohmann (grohmio).

Notifications You must be signed in to change notification settings

go-gurus/go_tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Tour

golang workshop, for beginners and advanced developers

Prerequisites

  • docker
  • Go compiler ( >= 1.15) if you want to run the example code

Setup Slides

  • Compile slides:
./build.sh
  • Periodic build for development purposes:
watch -n5 ./build.sh
  • start container
$ docker run --rm -p 8080:1948 -v $(pwd)/resources:/slides webpronl/reveal-md:latest /slides --theme theme/cc.css
  • or build image and run a container
$ docker build --platform linux/amd64 --tag grohmio/go-tour:latest .
$ docker run --rm -p 8080:8080 grohmio/go-tour:latest

Contributing

If you'd like to contribute to the project, refer to the contributing documentation.

Further readings

About

Repository for the "Go Tour" workshop build by Manfred Dreese and me Andreas Grohmann (grohmio).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages