tiny - The Go + github getting started project
- Use basic repository layout with ./cmd See Organizing Go Module, for alternatives.
- Use Go for continuous integration tasks
- Automated build with github actions
- Release with release flow and goreleaser
- Including MIT license
git clone git@github.com:gregoryv/tiny.git
go run ci.go build test