An open API service indexing awesome lists of open source software.

https://github.com/l-lin/go-boilerplate

A starter Golang project with a Dockerfile and a Makefile
https://github.com/l-lin/go-boilerplate

boilerplate golang makefile

Last synced: about 2 months ago
JSON representation

A starter Golang project with a Dockerfile and a Makefile

Awesome Lists containing this project

README

        

# go-boilerplate

> A starter Golang project with a Dockerfile and a Makefile

## Getting started

```bash
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
```