genuinetools/weather

Travis build checks failing due to "staticcheck"

vielmetti opened this issue · 1 comments

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.

closing as wontfix