apicompat
apicompat copied to clipboard
Support default 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: https://github.com/golang/go/issues/17262#issuecomment-255880927
Check some locations, such as: https://github.com/bradleyfalzon/apicompat/blob/7fa1f07f7a414ebdedb155a64e6eaeed61769585/apicompat.go#L146 https://github.com/bradleyfalzon/apicompat/blob/7fa1f07f7a414ebdedb155a64e6eaeed61769585/apicompat.go#L193