Closed s-urbaniak closed 8 years ago
Unfortunately go 1.6.3 (the version we are building with on Semaphor) has a bug with struct literals, and slices, as reported in https://github.com/golang/go/issues/9171. So I am tempted to disable these go vet
tests now at all :-/
Another possibility: we bump go 1.7 in Semphore.
Nevermind, I found a way to trick it.
@jonboulle addressed review comments, PTAL
LGTM, thanks!
This introduces go vet, and fixes error handling in backend/file.
Fixes #194