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 Sep 9, 2020. It is now read-only.
Symlinks are tough - just in general, but also in particular because we have limited wiggle room to deal with them when a) the go toolchain already has strong opinions about them and b) we're still so sensitive to GOPATH for naming (e.g. #313).
Still, we have #247 going, which I hope we can merge soon, at least in the spirit of experimentation.
I'm not sure if this is a bug, but fixing this will be a great quality of life improvement.
What version of Go are you using (go version)?
go version go1.8 darwin/amd64
What operating system and processor architecture are you using?
macOS Sierra 10.12.3 (darwin amd64)
What did you do?
GOPATH is set at ~/gopath
I was working on a project that accessed via a symlink as provided below.
Full GOPATH
Symlinked path
What did you expect to see?
dep init
works.What did you see instead?

This.
After invoking

cd -P
it just works.The text was updated successfully, but these errors were encountered: