A template repository for a generic Go project.
Go to file Use this template
Dan Anglin 4fd8e37f68
chore: update project template
- update the Go version in forgejo workflow
- add a __build directory
- build the binary to the __build directory
- by default, do quick builds (builds without rebuilding all packages)
- add the install target
- add functions to generate the binary's build information
- add a skeleton run function in main.go
2024-05-30 11:51:54 +01:00
.forgejo/workflows chore: update project template 2024-05-30 11:51:54 +01:00
__build chore: update project template 2024-05-30 11:51:54 +01:00
magefiles chore: update project template 2024-05-30 11:51:54 +01:00
.gitignore chore: update project template 2024-05-30 11:51:54 +01:00
.golangci.yaml feat: add a template repo for a generic go project 2021-09-19 04:40:56 +01:00
main.go chore: update project template 2024-05-30 11:51:54 +01:00