We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d2f9f7 + a5a205a commit 620e8acCopy full SHA for 620e8ac
plugin/go.vim
@@ -50,7 +50,7 @@ let s:packages = {
50
\ 'godef': ['github.com/rogpeppe/godef'],
51
\ 'gogetdoc': ['github.com/zmb3/gogetdoc'],
52
\ 'goimports': ['golang.org/x/tools/cmd/goimports'],
53
- \ 'golint': ['github.com/golang/lint/golint'],
+ \ 'golint': ['golang.org/x/lint/golint'],
54
\ 'gometalinter': ['github.com/alecthomas/gometalinter'],
55
\ 'gomodifytags': ['github.com/fatih/gomodifytags'],
56
\ 'gorename': ['golang.org/x/tools/cmd/gorename'],
0 commit comments