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
I moved my gomobile project outside of the designated $GOPATH. I symlinked the project in there and it builds fine if my cd "path" is in there. It seems that gobind is not aware of the new module system.
What did you expect to see?
Correct building when cd "path" is outside of $GOPATH
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Uncertain, I am unable to test master at the current time.
gobind
andgomobile
are at latest thoughWhat operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I moved my gomobile project outside of the designated
$GOPATH
. I symlinked the project in there and it builds fine if my cd "path" is in there. It seems thatgobind
is not aware of the new module system.What did you expect to see?
Correct building when cd "path" is outside of
$GOPATH
What did you see instead?
can't load package: package gobind: unknown import path "gobind": cannot find module providing package gobind
The text was updated successfully, but these errors were encountered: