Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jritsema/go-template
Quick starter template for new go projects
https://github.com/jritsema/go-template
go golang project starter template
Last synced: about 2 months ago
JSON representation
Quick starter template for new go projects
- Host: GitHub
- URL: https://github.com/jritsema/go-template
- Owner: jritsema
- Created: 2020-05-07T02:10:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T04:12:02.000Z (8 months ago)
- Last Synced: 2024-06-24T05:24:57.477Z (8 months ago)
- Topics: go, golang, project, starter, template
- Language: Makefile
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-template
Quick starter template for new go projects
```sh
go mod init app
``````
Choose a make command to runvet vet code
test run unit tests
build build a binary
autobuild auto build when source files change
dockerbuild build project into a docker container image
start build and run local project
deploy build code into a container and deploy it to the cloud dev environment
```