diff options
author | Alan Pearce | 2025-01-22 20:20:13 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-22 20:20:13 +0100 |
commit | 59444928a8e106633bd9635172c872e4bb60733c (patch) | |
tree | f73e1567584a75907bab3c236d73c58b78398170 | |
parent | 6899296d1636a38245315cb9c47208950bee2bb0 (diff) | |
download | nixfiles-59444928a8e106633bd9635172c872e4bb60733c.tar.lz nixfiles-59444928a8e106633bd9635172c872e4bb60733c.tar.zst nixfiles-59444928a8e106633bd9635172c872e4bb60733c.zip |
dev/golang: add debugging and instrumentation tools
-rw-r--r-- | user/settings/development/golang.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix index 34a74896..220fd776 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -7,7 +7,10 @@ gotools golines impl + delve + gdlv gomodifytags + personal.go-instrument golangci-lint golangci-lint-langserver prettier-plugin-go-template |