1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-6IzUpAsFUgF2FwiC17OfDn1M+8WYFQPpRyXbkpHIztw=";
14 vendorHash = "sha256-WMeHZN3s+8pIYEVaSLjI3Bz+rPTWHr1AkZ8lydjBwCw=";
16 # tests are broken in nix environment
20 description = "Generate Go tests from your source code";
21 mainProgram = "gotests";
22 homepage = "https://github.com/cweill/gotests";
23 maintainers = with maintainers; [ vdemeester ];
24 license = licenses.asl20;