Consider this layout:
- Repo A contains module foo
- Repo B contains module bar (of course ;)
- Repo B is added as submodule to repo A at /baz
I was expecting that I can
import "foo/baz/bar"
in repo A, but that leads to error ("no required module provides
package...").
Shouldn't this work as the import path is a perfectly valid import path
inside module foo?
Cheers,
Andi
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/1f2bab6e-47cf-4f80-9a66-3a8bad2869ban%40googlegroups.com.