Skip to content

Commit 620e8ac

Browse files
authored
Merge pull request #2017 from bhcleek/fix-golint-importpath
update golint's import path
2 parents 2d2f9f7 + a5a205a commit 620e8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/go.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let s:packages = {
5050
\ 'godef': ['github.com/rogpeppe/godef'],
5151
\ 'gogetdoc': ['github.com/zmb3/gogetdoc'],
5252
\ 'goimports': ['golang.org/x/tools/cmd/goimports'],
53-
\ 'golint': ['github.com/golang/lint/golint'],
53+
\ 'golint': ['golang.org/x/lint/golint'],
5454
\ 'gometalinter': ['github.com/alecthomas/gometalinter'],
5555
\ 'gomodifytags': ['github.com/fatih/gomodifytags'],
5656
\ 'gorename': ['golang.org/x/tools/cmd/gorename'],

0 commit comments

Comments
 (0)