-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
I want to make sure all code pushed is run through go fmt. We probably want:
- a git pre commit hook
- a github integration that checks PRs (
go fmt,go test)
This post (http://peter.bourgon.org/go-in-production/) also recommends:
on Save: go fmt (or goimports)
on Build: go vet, golint, and maybe go test
on Deploy: go test -tags=integration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels