Add golangci-lint

This commit is contained in:
Torjus Håkestad 2024-10-11 01:10:59 +02:00
parent cf83c4b609
commit 4f594f7412
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 2 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use flake

View File

@ -58,6 +58,7 @@
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
go go
golangci-lint
]; ];
}; };
} }