A template repository for a generic Go project.
Find a file Use this template
Dan Anglin 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
.gitignore feat: add a template repo for a generic go project 2021-09-19 04:40:56 +01:00
.golangci.yaml feat: add a template repo for a generic go project 2021-09-19 04:40:56 +01:00
magefile.go feat: add a template repo for a generic go project 2021-09-19 04:40:56 +01:00
main.go feat: add a template repo for a generic go project 2021-09-19 04:40:56 +01:00