Categorygithub.com/hhow09/gobyexample
repository
0.0.0-20250120214543-18481eb36dcf
Repository: https://github.com/hhow09/gobyexample.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.