go template
- Nix 94.2%
- Go 5.8%
|
|
||
|---|---|---|
| .forgejo | ||
| .github | ||
| .vscode | ||
| .zed | ||
| .envrc.project | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
| treefmt.toml | ||
go template
template for starting go projects
part of spotdemo4/templates
requirements
getting started
nix develop
run
nix run #dev
format
nix fmt
check
nix flake check
build
nix build
release
bumper
releases are automatically created for significant changes
use
go
GOPROXY=https://trev.zip/api/packages/template/go \
go install trev.zip/template/go
go run trev.zip/template/go
docker
docker run trev.zip/template/go:latest
nix
nix run git+https://trev.zip/template/go.git