Commit ad84079cc3ad
Changed files (1)
home
common
dev
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