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

Commit

Permalink
golint: update import path from github to golang.org/x/lint
Browse files Browse the repository at this point in the history
Change-Id: I61b9adcb23d8252e53132281cf3db134f4d0a748
Reviewed-on: https://go-review.googlesource.com/97378
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
ericchiang authored and bradfitz committed Feb 27, 2018
1 parent 3ea3fa9 commit c363707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golint/golint.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"path/filepath"
"strings"

"github.com/golang/lint"
"golang.org/x/lint"
)

var (
Expand Down

0 comments on commit c363707

Please sign in to comment.