go-tools: enable tests

This commit is contained in:
Olivér Falvai
2025-04-25 21:47:45 +02:00
parent 6951112e1d
commit f4a9152f34

View File

@@ -19,8 +19,6 @@ buildGoModule rec {
excludedPackages = [ "website" ];
doCheck = false;
meta = with lib; {
description = "Collection of tools and libraries for working with Go code, including linters and static analysis";
homepage = "https://staticcheck.io";