This commit is contained in:
Your Name
2025-07-27 22:55:43 +08:00
parent bc84b69ebc
commit c353e76058
5 changed files with 486 additions and 8 deletions
+4 -6
View File
@@ -23,16 +23,14 @@
gopls
# Formatting and imports
gofmt
goimports
# gofmt
# goimports
gofumpt # Stricter gofmt
# Linting and static analysis
golangci-lint
staticcheck
gosec # Security checker
ineffassign
misspell
# Debugging
delve
@@ -51,13 +49,13 @@
gotestsum # Pretty test output
# Documentation
godoc
# godoc
];
# System tools
systemTools = with pkgs; [
git
make
gnumake
direnv
nix-direnv