My own version of Go by Example
learning resources: resources
details & internals: docs
make tools
make serve
to check if everything works fine
- create feature branch
- add example to
examples.txt
<title>|<folder-name>
- run
./tools/build
before push to remote - create Pull Request
- Site deployment will trigger after merged to
master
branch
./tools/build
./tools/serve
Template / Framework forked from Go by Example.