Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit c363707

Browse files
ericchiangbradfitz
authored andcommitted
golint: update import path from github to golang.org/x/lint
Change-Id: I61b9adcb23d8252e53132281cf3db134f4d0a748 Reviewed-on: https://go-review.googlesource.com/97378 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 3ea3fa9 commit c363707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golint/golint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"path/filepath"
1717
"strings"
1818

19-
"github.com/golang/lint"
19+
"golang.org/x/lint"
2020
)
2121

2222
var (

0 commit comments

Comments
 (0)