https://github.com/gregoryv/tiny
The complete tiny Go project.
https://github.com/gregoryv/tiny
Last synced: 12 months ago
JSON representation
The complete tiny Go project.
- Host: GitHub
- URL: https://github.com/gregoryv/tiny
- Owner: gregoryv
- License: mit
- Created: 2022-02-22T21:31:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:49:20.000Z (over 1 year ago)
- Last Synced: 2025-06-27T22:07:27.089Z (12 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
[tiny](https://pkg.go.dev/github.com/gregoryv/tiny) - The Go + github getting started project
- Use basic repository layout with ./cmd
See [Organizing Go Module](https://go.dev/doc/modules/layout), for
alternatives.
- Use Go for [continuous integration](./ci.go) tasks
- Automated [build](.github/workflows/build.yml) with github actions
- Release with [release](.github/workflows/release.yml) flow and [goreleaser](.goreleaser.yaml)
- Including [MIT license](license.txt)
## Quickstart
git clone git@github.com:gregoryv/tiny.git
go run ci.go build test