Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhow09/gobyexample
https://github.com/hhow09/gobyexample
gobyexample golang
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhow09/gobyexample
- Owner: hhow09
- Created: 2023-01-22T08:13:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T08:04:33.000Z (8 months ago)
- Last Synced: 2024-06-21T20:38:16.301Z (7 months ago)
- Topics: gobyexample, golang
- Language: Go
- Homepage: https://hhow09.github.io/gobyexample/
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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).