-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version)?
go1.4 - What operating system and processor architecture are you using (
go env)?
Linux - What did you do?
$ go get golang.org/x/tools/cmd/goimports
package golang.org/x/tools/cmd/goimports
imports runtime/trace: unrecognized import path "runtime/trace"- What did you expect to see?
$ $GOPATH/bin/goimports- What did you see instead?
imports runtime/trace: unrecognized import path "runtime/trace"Seen here: https://travis-ci.org/lib/pq/jobs/151114204
This is because of golang/tools@edf8e6f
go1.4 isn't actually supported anymore, but people do still use it, that's why lib/pq tests against it.
If there is interest in "fixing" this I can submit a CL, otherwise lib/pq will either have to remove the goimports test and/or stop testing against go1.4
Reactions are currently unavailable