/golang-starter

Primary LanguageGoMIT LicenseMIT

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