1 { lib, buildGoPackage, fetchFromGitHub }:
7 goPackagePath = "github.com/acroca/go-symbols";
10 src = fetchFromGitHub {
14 sha256 = "0yyzw6clndb2r5j9isyd727njs98zzp057v314vfvknsm8g7hqrz";
18 description = "A utility for extracting a JSON representation of the package symbols from a go source tree";
19 mainProgram = "go-symbols";
20 homepage = "https://github.com/acroca/go-symbols";
21 maintainers = with lib.maintainers; [ vdemeester ];
22 license = lib.licenses.mit;