s-rah / onionscan

OnionScan is a free and open source tool for investigating the Dark Web.
https://twitter.com/OnionScan
Other
2.89k stars 599 forks source link

Fix golint Warnings #102

Open s-rah opened 8 years ago

s-rah commented 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.

We should aim to align ourselves with go best practices and improve these functions,