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 has been archived by the owner on Sep 9, 2020. It is now read-only.
@sdboyer@brianstarke I have another case for symlinks at least within the same GOPATH.
I fork project at github.com/cool-people/project to github.com/wannabe-cool/project
I want it to exist at ${GOPATH}/src/github.com/wannabe-cool/project in my file system. So I symlink it.
What version of Go (
go version
) anddep
(git describe --tags
) are you using?go version go1.8.3 linux/amd64
dep v0.1.0-103-gba5773d
What
dep
command did you run?dep ensure -v
What did you expect to see?
A successful ensure
What did you see instead?
More context
I am trying to set up my cloud builder to use dep ensure.
This line symlinks the
/workspace
directory with/workspace/gopath/$PROJECT_ROOT
. More infoAlso relevant: #247 (comment)
Edit: Also relevant: #641
The text was updated successfully, but these errors were encountered: