Commit ad84079cc3ad

Vincent Demeester <vincent@sbr.pm>
2026-02-24 11:11:12
feat(home): update Go dev tooling
Replaced deprecated golint with revive. Added govulncheck, gosec, nilaway, staticcheck (go-tools), errcheck, and gore for better security analysis, static checks, and REPL support.
1 parent 725f35c
Changed files (1)
home
common
home/common/dev/go.nix
@@ -10,7 +10,7 @@
     gopls
     godef
     golangci-lint
-    golint
+    revive # golint replacement (golint is deprecated)
     gopkgs
     go-outline
     go-symbols
@@ -18,6 +18,14 @@
     gotools
     gotestsum
     gofumpt
+    govulncheck
+    # static analysis & security
+    gosec
+    nilaway
+    go-tools # staticcheck suite
+    errcheck
+    # dev experience
+    gore # Go REPL
     # misc
     # protobuf
     # ram