One-line description of
__PKG_NAME__goes here.
go get __MODULE_PATH__package main
import (
"fmt"
"__MODULE_PATH__"
)
func main() {
fmt.Println(__PKG_NAME__.Hello())
}Supports Go 1.24 and later. CI runs against the floor (1.24) plus the two newest released toolchains.
See CONTRIBUTING.md. Conventional Commits are enforced on PR titles.