Looks like we're basically just building and running tests right now - this is great, but I think we could also make sure the code is formatted properly with gofmt, and run go vet to check for common issues that may not pop up in tests.
Others can probably think of more useful checks...
Looks like we're basically just building and running tests right now - this is great, but I think we could also make sure the code is formatted properly with
gofmt
, and rungo vet
to check for common issues that may not pop up in tests.Others can probably think of more useful checks...