hhow09 / gobyexample

https://hhow09.github.io/gobyexample/
0 stars 0 forks source link
gobyexample golang

Go by Example

My own version of Go by Example

learning resources: resources

details & internals: docs

Develop Notes

Setup

  1. make tools
  2. make serve to check if everything works fine

Add Examples

  1. create feature branch
  2. add example to examples.txt <title>|<folder-name>
  3. run ./tools/build before push to remote
  4. create Pull Request
  5. Site deployment will trigger after merged to master branch

Local preview

  1. ./tools/build
  2. ./tools/serve

Credits

Template / Framework forked from Go by Example.