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

https://github.com/stevenweathers/go-templates

Templates for projects written in Go
https://github.com/stevenweathers/go-templates

Last synced: about 1 year ago
JSON representation

Templates for projects written in Go

Awesome Lists containing this project

README

          

# Go Templates
Some opinionated templates for building Go projects. These are all currently **EXPERIMENTAL**.

## Templates

- [GRPC service](grpc-service/): GRPC service with GRPC Gateway for REST HTTP
- [Webapp](webapp/): Webapp with Svelte for the UI

## Download templates with gonew

These templates were designed to work and be downloaded with
[gonew](https://pkg.go.dev/golang.org/x/tools/cmd/gonew).

## Contributions

Please see the [contributing guidelines](CONTRIBUTING.md)

## License

This library is licensed under GPLv3. Full license text is available in
[LICENSE](LICENSE).