add
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user