Explorar o código

Update golint import path (#5274)

Fixes error "code in directory GOPATH/src/github.com/golang/lint/golint expects import golang.org/x/lint/golint" during the
go run build.go setup command.

See https://github.com/golang/lint/issues/415
Nico Stapelbroek %!s(int64=7) %!d(string=hai) anos
pai
achega
53f80fdf73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.go

+ 1 - 1
build.go

@@ -361,7 +361,7 @@ func setup() {
 		"github.com/AlekSi/gocov-xml",
 		"github.com/AlekSi/gocov-xml",
 		"github.com/axw/gocov/gocov",
 		"github.com/axw/gocov/gocov",
 		"github.com/FiloSottile/gvt",
 		"github.com/FiloSottile/gvt",
-		"github.com/golang/lint/golint",
+		"golang.org/x/lint/golint",
 		"github.com/gordonklaus/ineffassign",
 		"github.com/gordonklaus/ineffassign",
 		"github.com/mdempsky/unconvert",
 		"github.com/mdempsky/unconvert",
 		"github.com/mitchellh/go-wordwrap",
 		"github.com/mitchellh/go-wordwrap",