chore: remove unused gotools and go-tools from devShell

Both are redundant: staticcheck is covered by golangci-lint, and
gotools (goimports, etc.) is covered by gopls and golangci-lint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 22:20:48 +01:00
parent fd40e73f1b
commit dcaeb1f517

View File

@@ -59,8 +59,6 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
go go
gopls gopls
gotools
go-tools
golangci-lint golangci-lint
govulncheck govulncheck
postgresql postgresql