Open s-rah opened 8 years ago
Currently running golint produces many warnings, nearly all of which relate to lack of comments on exported functions, or underscores in variable names.
golint
We should aim to align ourselves with go best practices and improve these functions,
Currently running
golint
produces many warnings, nearly all of which relate to lack of comments on exported functions, or underscores in variable names.We should aim to align ourselves with go best practices and improve these functions,