noverde / pequi

URL shortener with multi database support
https://github.com/noverde/pequi
MIT License
11 stars 8 forks source link

Adoption of a new static checking tool #25

Open julianolf opened 7 months ago

julianolf commented 7 months ago

Because golint has been discontinued it might be a good idea add another tool in substitution.

One option is Staticcheck which is mentioned on golint README file.

This will not only solve the current issue with the test workflow but also help to spot errors even before compiling the code.