Sign in
go
/
gofrontend
/
6a7648c97c3e0cdbecbec7e760b30246521a6d90
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
list_test_e.txt
blob: 263892ba63f901b559ac5c4088956763243c6397 [
file
] [
log
] [
blame
]
env GO111MODULE=off
# issue 25980: crash in go list -e -test
go list -e -test -deps -f '{{.Error}}' p
stdout '^p[/\\]d_test.go:2:8: cannot find package "d" in any of:'
-- p/d.go --
package d
-- p/d_test.go --
package d_test
import _ "d"