go: add additional tools

This commit is contained in:
Antoine Langlois 2024-04-11 19:35:37 +02:00
parent 61eb44ae84
commit bad1f1d777
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go
goplgs
go-tools
gotests
gofumpt
delve
];
};
});