The contributions guidelines states that
Code should pass golint, go vet and go fmt
Currently, 6 files aren't formatted with go fmt, golint returns 126 warnings and go vet returns 486 warnings!
It would be nice to fix this in order to run gloint/go vet against new code direclty in travis
If you're interrested in this I'll send a PR!
The contributions guidelines states that
Currently, 6 files aren't formatted with
go fmt,golintreturns 126 warnings andgo vetreturns 486 warnings!It would be nice to fix this in order to run gloint/go vet against new code direclty in travis
If you're interrested in this I'll send a PR!