1 { lib, buildGoModule, fetchFromGitHub }:
7 excludedPackages = [ "tests" ];
9 src = fetchFromGitHub {
13 sha256 = "sha256-gd+0Gm1qANwgYKWAxpU7759BhyURalJCRxd/P6sczc4=";
18 ldflags = [ "-s" "-w" ];
21 description = "Find in Go repeated strings that could be replaced by a constant";
22 homepage = "https://github.com/jgautheron/goconst";
23 license = licenses.mit;
24 maintainers = with maintainers; [ kalbasit ];
25 platforms = platforms.linux ++ platforms.darwin;