You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a new panic in Go1.11.*. On Go1.10, it printed out
$ go run nonexistent/...
go run: no go files listed
and now on Go.1.11, it panics as reported
$ go run nonexistent/...
go: warning: "nonexistent/..." matched no packages
panic: runtime error: index out of range
goroutine 1 [running]:
cmd/go/internal/run.runRun(0x195d2e0, 0xc0000ae0b0, 0x1, 0x1)
/Users/emmanuelodeke/go/src/go.googlesource.com/go/src/cmd/go/internal/run/run.go:88 +0xc01
main.main()
/Users/emmanuelodeke/go/src/go.googlesource.com/go/src/cmd/go/main.go:219 +0x7d4
@gopherbot please open a backport tracking issue for 1.11.
The text was updated successfully, but these errors were encountered:
For some reason Gopherbot opened up a backport issue for Go1.10.6 yet this problem only exists on Go1.11. I'll close this, please feel free to reopen if need be.
@odeke-em requested issue #28696 to be considered for backport to the next 1.10 minor release.
The text was updated successfully, but these errors were encountered: