gofumpt: enable tests

This commit is contained in:
superherointj 2022-04-25 20:21:01 -03:00
parent 36ee2b6fb6
commit b2cc79c2a8

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-Il1E1yOejLEdKRRMqelGeJbHRjx4qFymf7N98BEdFzg=";
doCheck = false;
meta = with lib; {
description = "A stricter gofmt";
homepage = "https://github.com/mvdan/gofumpt";