Deprecation/Linter in go? #298
Catasterphe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you make a kata with Go, The compiler will will let you use a deprecated function, without telling you. like as of Go 1.20 which is currently the latest version of Go that codewars supports, you no longer need to seed the random package. Not sure how you could implement this, but it would be awesome ^-^
https://staticcheck.dev/docs/getting-started/
https://github.com/dominikh/go-tools
https://cs.opensource.google/go/x/tools/+/refs/tags/gopls/v0.15.2:gopls/
Beta Was this translation helpful? Give feedback.
All reactions