Travis build checks failing due to "staticcheck"
vielmetti opened this issue · 1 comments
vielmetti commented
The staticcheck
piece of the Travis configuration is currently failing, due to a few nit-picky considerations of Go style, things like lowercasing the first character of error messages and not doing an explicit return
at the end of functions that don't return a value.
In the #63 PR there are changes to fix these so that the tests pass again.
vielmetti commented
closing as wontfix