Below is a list of various projects and code-snippets used in this golang-starter repo, or were otherwise instrumental in the building of this starter. Thanks to everyone involved in these projects!
- https://github.com/jaegertracing/jaeger
- https://stackoverflow.com/a/60675491
- https://golang.cafe/blog/how-to-upgrade-golang-dependencies.html
- https://carlosbecker.com/posts/goreleaser-cosign/
- https://goreleaser.com/customization/sign/
- https://goreleaser.com/customization/docker_sign/
- https://github.com/marketplace/actions/cosign-installer
- publish rpm, deb, apk packages to GitHub releases
- docker images
- how to include license in built binary
- full example
- shell completions and man-page generation
- reproducible builds
- general Make tips and sane defaults
- help text generator
- checkmake
- generate and auto-commit docs
- build using goreleaser
- security scanning