mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

drop golint #459

Closed mcandre closed 9 months ago

mcandre commented 1 year ago

golint has an outstanding problem with generating spurious warnings, when //go:generate... lines are used atop of package declarations. It may even trigger for build tags as well.

Regardless, golint is now archived. The author recommends using staticcheck instead.

Update: