l-lin / go-boilerplate

A starter Golang project with a Dockerfile and a Makefile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-boilerplate

A starter Golang project with a Dockerfile and a Makefile

Getting started

mkdir -p /path/to/your/project
cd /path/to/your/project

curl -fsSL https://raw.githubusercontent.com/l-lin/go-boilerplate/master/install.sh -H 'Cache-Control: no-cache' | sh

# Use make to manage the project
make help

About

A starter Golang project with a Dockerfile and a Makefile

License:MIT License


Languages

Language:Go 77.6%Language:Makefile 15.1%Language:Shell 6.0%Language:Dockerfile 1.3%