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
Does this issue reproduce with the latest release?
Yes
What did you do?
I have a local project projectA in goPath /Users/xxx/go/src/projectA
I am starting a new local project projectB and i Am unable to include projectA using go modules
What did you expect to see?
I was hoping to be able to include it by just typing
packageB
import packageA
since that didn't work because go modules requires . in first keyword of local path i was hoping we could use some special keyword localhost.com/packageA or go get localhost/packageA which would build a symlink to make it possible to include
What did you see instead?
Some Errors
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
I have a local project
projectA
in goPath/Users/xxx/go/src/projectA
I am starting a new local project
projectB
and i Am unable to includeprojectA
using go modulesWhat did you expect to see?
I was hoping to be able to include it by just typing
since that didn't work because go modules requires
.
in first keyword of local path i was hoping we could use some special keywordlocalhost.com/packageA
orgo get localhost/packageA
which would build a symlink to make it possible to includeWhat did you see instead?
Some Errors
The text was updated successfully, but these errors were encountered: