1 { lib, buildGoModule, fetchFromGitHub }:
14 src = fetchFromGitHub {
18 sha256 = "0rhhg73kzai6qzhw31yxw3nhpsijn849qai2v9am955svmnckvf4";
22 description = "Print where symbols are defined in Go source code";
23 mainProgram = "godef";
24 homepage = "https://github.com/rogpeppe/godef/";
25 maintainers = with lib.maintainers; [ vdemeester rvolosatovs ];
26 license = lib.licenses.bsd3;