go
go_default
Official
Configuration
Policy
Use go modules for dependency management.
Run gofmt before committing code.
Use golangci-lint with a comprehensive config.
Commands
lint
golangci-lint run
test
go test ./...
build
go build ./...
format
gofmt -w .
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- go
- Framework
- —
- Used in
- 4 rulesets