versitygw
versitygw copied to clipboard
get golint checks to run clean
Describe the solution you'd like
Running golint ./...
shows a good amount of warnings about exported types not having comments, etc. We should put some effort into cleaning this up.
Additional context Once clean, we should add this check to the github actions too.