Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 run

vet 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
```