all repos — nixfiles @ 4ce71764147b717da9062897f6b14d5f3462b9bb

System and user configuration, managed by nix and home-manager

golang: add gofumpt (stricter gofmt)

Alan Pearce
commit

4ce71764147b717da9062897f6b14d5f3462b9bb

parent

8fe9908fe7a4c6ea9d67984045b612e660afc20e

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -2,6 +2,7 @@ { pkgs, ... }:
{ home.packages = with pkgs; [ go + gofumpt gopls gotools golines