Page MenuHomePhabricator

Run automatic checks on Go code
Closed, ResolvedPublic

Description

Run go vet, staticcheck and gosec and the existing Go code, and correct any reported issues.

When this work is completed, add staticcheck and gosec to Travis build files to execute on git push: T242420

Event Timeline

Almost done, but a few minor things need some more attention.