Skill: Go project conventions
Goal
Provide a standard Go workflow with module caching, linting, security checks, and tests driven by Make.
Make targets (recommended)
make deps->go mod download+ installgolangci-lintandgosecif missingmake vet->go vet ./...make lint->golangci-lint run --timeout=5mmake security->gosec ./...make test->go test -v -race -coverprofile=coverage.out ./...make check->make vet && make lint
Converted and distributed by TomeVault — claim your Tome and manage your conversions.