7 pname = "gogetdoc-unstable";
8 version = "2019-02-28";
9 rev = "b37376c5da6aeb900611837098f40f81972e63e4";
15 src = fetchFromGitHub {
20 sha256 = "1v74zd0x2xh10603p8raazssacv3y0x0lr9apkpsdk0bfp5jj0lr";
24 description = "Gets documentation for items in Go source code";
25 mainProgram = "gogetdoc";
26 homepage = "https://github.com/zmb3/gogetdoc";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ kalbasit ];
29 platforms = platforms.linux ++ platforms.darwin;