Commit graph

3 commits

Author SHA1 Message Date
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
d7c6a1a168
chore: move magefile to magefiles 2022-11-18 19:41:37 +00:00
72fc243dd9
feat: add a template repo for a generic go project
- add an empty .gitignore file
- add .golangci.yaml
- add a simple magefile.go file
- add a very simple main.go file
2021-09-19 04:40:56 +01:00