jritsema / go-template

Quick starter template for new go projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-template

Quick starter template for new go projects

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

About

Quick starter template for new go projects


Languages

Language:Makefile 55.0%Language:Go 33.4%Language:Dockerfile 11.6%