Merge pull request #170345 from superherointj/package-gofumpt-enable-tests

gofumpt: enable tests
This commit is contained in:
Sandro
2022-04-26 02:23:46 +02:00
committed by GitHub
@@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-Il1E1yOejLEdKRRMqelGeJbHRjx4qFymf7N98BEdFzg=";
doCheck = false;
meta = with lib; {
description = "A stricter gofmt";
homepage = "https://github.com/mvdan/gofumpt";