forked from domodwyer/mgo
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
Description
The contributions guidelines states that
Code should pass
golint
,go vet
andgo 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!