golang-standards/project-layout

Regarding the description of the deprecated tool golint

aqyuki opened this issue · 3 comments

Currently golint is a deprecated tool and it is recommended that other linters be used. However, there are several references in the README that recommend the use of golint. We should discuss changing this statement.

kcq commented

@aqyuki good idea to update the README to use the most common lint tool

I would like to change to recommend staticcheck instead of golint

kcq commented

closing because the golint is now replaced with the staticcheck reference