golang workshop, for beginners and advanced developers
- docker
- Go compiler ( >= 1.15) if you want to run the example code
- 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
- open the slides: http://localhost:8080
If you'd like to contribute to the project, refer to the contributing documentation.