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
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
$ go get github.com/ChrisHines/pkg-errors-test
$ pkg-errors-test
ors-test.go:8: where am I?
To reproduce the multipart GOPATH scenario copy the pkg-errors-test repo to a different part of a mulitpart GOPATH from github.com/pkg/errors and delete the vendor folder. In that case you might see something like:
$ go run pkg-errors-test.go
hub.com/ChrisHines/pkg-errors-test/pkg-errors-test.go:8: where am I?
The exact output will depend on the path length delta between the two parts of the GOPATH.
$ go get github.com/ChrisHines/pkg-errors-test
$ pkg-errors-test
ors-test.go:8: where am I?
To reproduce the multipart GOPATH scenario copy the pkg-errors-test repo
to a different part of a mulitpart GOPATH from github.com/pkg/errors and
delete the vendor folder. In that case you might see something like:
$ go run pkg-errors-test.gohub.com/ChrisHines/pkg-errors-test/pkg-errors-test.go:8: where am I?
The exact output will depend on the path length delta between the two
parts of the GOPATH.
To reproduce:
To reproduce the multipart GOPATH scenario copy the pkg-errors-test repo to a different part of a mulitpart GOPATH from github.com/pkg/errors and delete the vendor folder. In that case you might see something like:
The exact output will depend on the path length delta between the two parts of the GOPATH.
I believe this can be fixed using a technique like what I have done here: https://github.com/go-stack/stack/blob/master/stack.go#L96.
I will work on a PR for this issue.
The text was updated successfully, but these errors were encountered: