module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
- // remove checksums and .deb
return all;
});
};
module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
- // remove checksums and .deb
return all;
});
};
echo stringer
"$pkg_dst_cmd" get golang.org/x/tools/cmd/stringer@latest > /dev/null #2>/dev/null
- echo ""
- echo golangci-lint
- "$pkg_dst_cmd" get github.com/golangci/golangci-lint/cmd/golangci-lint@latest > /dev/null #2>/dev/null
-
echo ""
}
go get golang.org/x/tools/cmd/gotype@latest > /dev/null #2>/dev/null
echo -n "golangci-lint: "
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@master > /dev/null #2>/dev/null
+ go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest > /dev/null #2>/dev/null
# Community Tooling
echo -n "fillstruct: "