https://github.com/hhow09/gobyexample
https://github.com/hhow09/gobyexample
gobyexample golang
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhow09/gobyexample
- Owner: hhow09
- Created: 2023-01-22T08:13:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T12:00:08.000Z (5 months ago)
- Last Synced: 2025-02-05T05:29:55.565Z (5 months ago)
- Topics: gobyexample, golang
- Language: Go
- Homepage: https://hhow09.github.io/gobyexample/
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go by Example
My own version of `Go by Example`
learning resources: [resources](./resources.md)
details & internals: [docs](./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` `|`
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](https://github.com/mmcgrana/gobyexample).