Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhow09/gobyexample


https://github.com/hhow09/gobyexample

gobyexample golang

Last synced: about 1 month ago
JSON representation

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).