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
- Host: GitHub
- URL: https://github.com/stevenweathers/go-templates
- Owner: StevenWeathers
- License: gpl-3.0
- Created: 2023-09-02T23:52:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T00:44:41.000Z (over 1 year ago)
- Last Synced: 2025-02-11T01:30:07.713Z (over 1 year ago)
- Language: Go
- Size: 2.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).