Add gopls to GoInstallBinaries/GoUpdateBinaries (#60)

pull/61/head
Craig Rodrigues 3 years ago committed by GitHub
parent c063817d05
commit d18ac7460a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ local url = {
goimports = "golang.org/x/tools/cmd/goimports",
gorename = "golang.org/x/tools/cmd/gorename",
gomodifytags = "github.com/fatih/gomodifytags",
gopls = "golang.org/x/tools/gopls",
gotests = "github.com/cweill/gotests",
iferr = "github.com/koron/iferr",
impl = "github.com/josharian/impl",

Loading…
Cancel
Save