File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ CTRL-t
601
601
Changes the build tags for various commands. If you have any file that
602
602
uses a custom build tag, such as `// +build integration`, this command
603
603
can be used to pass it to all tools that accepts tags, such as gopls,
604
- gorename , etc.
604
+ go test , etc.
605
605
606
606
The build tags is cleared (unset) if `" " ` is given. If no arguments are
607
607
given it prints the current build tags.
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ let s:packages = {
51
51
\ ' golangci-lint' : [' github.com/golangci/golangci-lint/cmd/golangci-lint@latest' ],
52
52
\ ' staticcheck' : [' honnef.co/go/tools/cmd/staticcheck@latest' ],
53
53
\ ' gomodifytags' : [' github.com/fatih/gomodifytags@latest' ],
54
- \ ' gorename' : [' golang.org/x/tools/cmd/gorename@master' ],
55
54
\ ' gotags' : [' github.com/jstemmer/gotags@master' ],
56
55
\ ' impl' : [' github.com/josharian/impl@main' ],
57
56
\ ' motion' : [' github.com/fatih/motion@latest' ],
You can’t perform that action at this time.
0 commit comments