issue #273 mockgen install failure

pull/277/head
ray-x 1 year ago
parent 9ab5e63df6
commit 13f5e15fd7

@ -234,7 +234,7 @@ first run of `GoFmt` may fail. Recommended to run `GoInstallBinaries` to install
| command | Description |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
| GoInstallBinary go_binary_name | use `go install go_binary_url@latest` to install tool, if installed will skip |
| GoUpdateBinary go_binary_name | use `go install go_binary_url@latest` Will force re-install if already installed, otherwise same as GoInstallBinary |
| GoUpdateBinary go_binary_name | use `go install go_binary_url@latest` Will force re-install/update if already installed, otherwise same as GoInstallBinary |
| GoInstallBinaries | use `go install` to install all tools, skip the ones installed |
| GoUpdateBinaries | use `go install` to update all tools to the latest version |

@ -0,0 +1,68 @@
:GoAddTags go.txt /*:GoAddTags*
:GoAddTest go.txt /*:GoAddTest*
:GoAlt go.txt /*:GoAlt*
:GoBreakLoad go.txt /*:GoBreakLoad*
:GoBreakSave go.txt /*:GoBreakSave*
:GoBreakToggle go.txt /*:GoBreakToggle*
:GoBuild go.txt /*:GoBuild*
:GoCheat go.txt /*:GoCheat*
:GoClearTags go.txt /*:GoClearTags*
:GoCoverage go.txt /*:GoCoverage*
:GoCreateLaunch go.txt /*:GoCreateLaunch*
:GoDbgConfig go.txt /*:GoDbgConfig*
:GoDbgContinue go.txt /*:GoDbgContinue*
:GoDbgKeys go.txt /*:GoDbgKeys*
:GoDbgStop go.txt /*:GoDbgStop*
:GoDebug go.txt /*:GoDebug*
:GoDoc go.txt /*:GoDoc*
:GoEnv go.txt /*:GoEnv*
:GoFmt go.txt /*:GoFmt*
:GoGet go.txt /*:GoGet*
:GoImpl go.txt /*:GoImpl*
:GoImport go.txt /*:GoImport*
:GoInstallBinaries go.txt /*:GoInstallBinaries*
:GoInstallBinary go.txt /*:GoInstallBinary*
:GoLint go.txt /*:GoLint*
:GoMockGen go.txt /*:GoMockGen*
:GoPkgOutline go.txt /*:GoPkgOutline*
:GoRename go.txt /*:GoRename*
:GoRmTags go.txt /*:GoRmTags*
:GoRun go.txt /*:GoRun*
:GoStop go.txt /*:GoStop*
:GoTest go.txt /*:GoTest*
:GoTestFile go.txt /*:GoTestFile*
:GoTestFunc go.txt /*:GoTestFunc*
:GoTestSum go.txt /*:GoTestSum*
:GoUpdataBinaries go.txt /*:GoUpdataBinaries*
:GoUpdataBinary go.txt /*:GoUpdataBinary*
:GoVet go.txt /*:GoVet*
:Gomvp go.txt /*:Gomvp*
b:go-nvim_build_command go.txt /*b:go-nvim_build_command*
ft-go go.txt /*ft-go*
ft-gohtml go.txt /*ft-gohtml*
ft-gotext go.txt /*ft-gotext*
go-nvim go.txt /*go-nvim*
go-nvim-[[ go.txt /*go-nvim-[[*
go-nvim-]] go.txt /*go-nvim-]]*
go-nvim-ac go.txt /*go-nvim-ac*
go-nvim-af go.txt /*go-nvim-af*
go-nvim-binaries go.txt /*go-nvim-binaries*
go-nvim-commands go.txt /*go-nvim-commands*
go-nvim-compiler-go go.txt /*go-nvim-compiler-go*
go-nvim-compiler-golint go.txt /*go-nvim-compiler-golint*
go-nvim-compiler-gotest go.txt /*go-nvim-compiler-gotest*
go-nvim-filetypes go.txt /*go-nvim-filetypes*
go-nvim-ic go.txt /*go-nvim-ic*
go-nvim-if go.txt /*go-nvim-if*
go-nvim-mappings go.txt /*go-nvim-mappings*
go-nvim-motions go.txt /*go-nvim-motions*
go-nvim-options go.txt /*go-nvim-options*
go-nvim-text-objects go.txt /*go-nvim-text-objects*
go-nvim-v_[[ go.txt /*go-nvim-v_[[*
go-nvim-v_]] go.txt /*go-nvim-v_]]*
go-nvim-v_ac go.txt /*go-nvim-v_ac*
go-nvim-v_af go.txt /*go-nvim-v_af*
go-nvim-v_ic go.txt /*go-nvim-v_ic*
go-nvim-v_if go.txt /*go-nvim-v_if*
hl-goCoverageCovered go.txt /*hl-goCoverageCovered*
hl-goCoverageUncover go.txt /*hl-goCoverageUncover*

@ -22,7 +22,7 @@ local url = {
ginkgo = 'github.com/onsi/ginkgo/v2/ginkgo',
richgo = 'github.com/kyoh86/richgo',
gotestsum = 'gotest.tools/gotestsum',
mockgen = 'github.com/golang/mock',
mockgen = 'github.com/golang/mock/mockgen',
['json-to-struct'] = 'github.com/tmc/json-to-struct',
gomvp = 'github.com/abenz1267/gomvp',
govulncheck = 'golang.org/x/vuln/cmd/govulncheck',

Loading…
Cancel
Save