Skip to content

pinebit/go-boilerplate

Repository files navigation

go-boilerplate

Go License: MIT Docker Image

Golang server boilerplate.

Motivation

To create a battle-tested server template that implements the most common best practices.

Features

Usage

  1. Find and replace all "boilerplate" words for your product.
  2. Building: docker build . or make build
  3. Testing: make test and make lint
  4. Running: make run or simply go run .