Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / lib / binaries.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 exports.TOOLS = exports.IMPL = exports.GOPLAY = exports.GOTESTS = exports.GOMODIFYTAGS = exports.GOPLS = void 0;
4 exports.GOPLS = 'golang.org/x/tools/gopls';
5 exports.GOMODIFYTAGS = 'github.com/fatih/gomodifytags';
6 exports.GOTESTS = "github.com/cweill/gotests/...";
7 exports.GOPLAY = "github.com/haya14busa/goplay/cmd/goplay";
8 exports.IMPL = "github.com/josharian/impl";
9 exports.TOOLS = [
10     exports.GOPLS,
11     exports.GOMODIFYTAGS,
12     exports.GOTESTS,
13     exports.GOPLAY,
14     exports.IMPL,
15 ];
16 //# sourceMappingURL=binaries.js.map