go-tools: enable tests (#423565)

This commit is contained in:
Wolfgang Walther
2025-07-10 06:48:41 +00:00
committed by GitHub
-2
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";