A repo template for Go. It heavily replis on utilities provided by https://github.com/abcxyz/pkg.
-
A single binary (to include all your applications). You can https://github.com/abcxyz/pkg/tree/main/cli to have subcommands to further "slice" you application.
-
Structued logging uses https://github.com/abcxyz/pkg/tree/main/logging.
-
Build info uses https://github.com/abcxyz/pkg/tree/main/buildinfo.
- Bulk replace string "yolocs" with your own user name.
- Bulk replace string "repo-template-go" with your own Go module name.