There's a few cases were we've assumed GOPATH is set in the env, this may no longer be true when go moves to a default go path: golang/go#17262 (comment)
Check some locations, such as:
|
gopaths := filepath.SplitList(os.Getenv("GOPATH")) |
|
gopaths := filepath.SplitList(os.Getenv("GOPATH")) |
There's a few cases were we've assumed GOPATH is set in the env, this may no longer be true when go moves to a default go path: golang/go#17262 (comment)
Check some locations, such as:
apicompat/apicompat.go
Line 146 in 7fa1f07
apicompat/apicompat.go
Line 193 in 7fa1f07