Skip to content

Zensey/go-archetype-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-archetype-project

Golang archetype project with following features:

  • Makefile

  • statical code analyzers & checkers,

  • local GOPATH and workplace

  • dependencies got & stored locally and separately from sources

  • use of go dep to automatically find dependencies

  • stringer generator

  • logger helper with levels of logging, string formatting

  • Dockerfile and docker-compose.yml which allow to boot up application in a single docker-compose up command.

Makefile rules

  • make get-deps
  • make demo
  • make lint
  • make docker-build

About

Barebone Golang project. Can be built with docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published