Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 401 Bytes

golang-starter

CI

Basic starting point for a new golang project.

Creating a new project

  • Rename cmd/golang-starter folder
  • Rename APP_NAME in Makefile
  • Rename go.mod with proper username and repository names
  • Update imports accordingly

Usage

  • make build
  • make tests
  • make run
  • make clean