https://github.com/dwarvesf/template-go
Go boilerplate repo being used at Dwarves to kickstart a new Go server
https://github.com/dwarvesf/template-go
boilerplate go sao template
Last synced: about 1 year ago
JSON representation
Go boilerplate repo being used at Dwarves to kickstart a new Go server
- Host: GitHub
- URL: https://github.com/dwarvesf/template-go
- Owner: dwarvesf
- License: mit
- Created: 2018-08-06T08:22:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T05:23:14.000Z (almost 4 years ago)
- Last Synced: 2024-02-28T16:05:24.713Z (over 2 years ago)
- Topics: boilerplate, go, sao, template
- Language: Go
- Homepage: https://d.foundation/opensource
- Size: 108 KB
- Stars: 4
- Watchers: 25
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-go
> Template for scaffolding your next Go http server project, based on [gokit](https://github.com/go-kit/kit).
## Usage
Install [SAO](https://github.com/egoist/sao) first.
```bash
yarn global add sao
# or
npm i -g sao
```
### From git
```bash
sao dwarvesf/template-go my-project
```
## License
MIT © [dwarvesf](github.com/dwarvesf)