README ¶ 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 Include MIT license Quickstart git clone git@github.com:gregoryv/tiny.git go run ci.go build test Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Greet(w io.Writer) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Greet ¶ func Greet(w io.Writer) Greet writes a greeting to the given writer. Types ¶ This section is empty. Source Files ¶ View all Source files greet.go Directories ¶ Show internal Expand all Path Synopsis cmd sayhi command Command sayhi greets the world Command sayhi greets the world Click to show internal directories. Click to hide internal directories.