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
- Host: GitHub
- URL: https://github.com/l-lin/go-boilerplate
- Owner: l-lin
- License: mit
- Created: 2019-04-04T15:51:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T15:26:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T15:17:10.521Z (3 months ago)
- Topics: boilerplate, golang, makefile
- Language: Go
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/projectcurl -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
```