https://github.com/ad/template-golang
https://github.com/ad/template-golang
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/template-golang
- Owner: ad
- License: mit
- Created: 2021-10-14T15:59:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T20:06:54.000Z (over 1 year ago)
- Last Synced: 2024-11-26T04:18:23.058Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template for golang projects
[](https://github.com/ad/template-golang)

[](https://goreportcard.com/report/github.com/ad/template-golang)
[](https://open.vscode.dev/ad/template-golang)
1. edit go.mod, change module name `github.com/ad/template-golang`
2. edit main.go and main_test.go, change module name `github.com/ad/template-golang`
3. edit Makefile, change image name: `IMG = github.com/ad/template-golang` and tag: `TAG = latest`
4. run `make dev`