https://github.com/daemon1024/go-template
https://github.com/daemon1024/go-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daemon1024/go-template
- Owner: daemon1024
- Created: 2021-09-30T10:13:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T10:20:43.000Z (over 3 years ago)
- Last Synced: 2025-02-01T00:57:10.458Z (4 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Go Repository
It includes:
- Continous Integration with GH Actions
- fmt,lint and sec using Makefile targets
- Build Automation with Make
- Build Target with appropriate flags set
- Install Target - Install Binary to GOPATH for global access
- Format, Lint and Gosec TargetsThings to replace:
- Makefile
- Change `BINARY`, this is the name of the output binary
- PKG name for providing Version Info to the specified package
- CGO is disable, remove CGO_ENABLED from build target if you are calling some C code
- go.mod
- Change name of the module to something like `github.com//`