cayleygraph / cayley

An open-source graph database
https://cayley.io
Apache License 2.0
14.83k stars 1.25k forks source link

Fix some golint issues #890

Closed iddan closed 4 years ago

iddan commented 4 years ago

Trying to get golint ./... | grep -v "a blank import" | grep -v "comment on exported method " | grep -v "should have comment or be unexported" | grep -v "should have comment (or a comment on this block) or be unexported" to return no errors.

This change is Reviewable