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

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

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)