Skip to content
/ go-project-template Public template

template repository for starting new go projects

Notifications You must be signed in to change notification settings

dathan/go-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Build a template repository to get to coding as quickly as possible, by starting from a common template which follows the guidelines here

Features

  • Makefile to build consistently in a local environment and remote environment
  • Dockerfile for a generic image to build for
  • Go Mod (which you should to your project path change)
  • VS Code environment
  • Generic docker push

TODO

  • Brew generic install [DONE]
  • GITHUB Actions build and push to dockerhub [DONE]
  • Production Builds with git tag

Installing via brew

  • brew install --verbose --build-from-source brew/Formula/go-project-template.rb