]> Cypherpunks repositories - gostls13.git/commit
cmd/go: expand cannot determine module path error
authorTyler Bui-Palsulich <tbp@google.com>
Mon, 22 Apr 2019 19:09:10 +0000 (15:09 -0400)
committerJay Conrod <jayconrod@google.com>
Mon, 22 Apr 2019 21:39:57 +0000 (21:39 +0000)
commit1f0c102a57f62de6f66381c75732ba486da7b904
tree6883ed9051ed7d6e57fcc69e3c313b43e3460bac
parente6ae4e86ad59c45f302a8828e77e6c234307fce4
cmd/go: expand cannot determine module path error

See suggestion 2 of #31543 by thepudds.

We may want to expand 'go help mod init' in the future to document what
the module path should look like.

Change-Id: Ia559fa96fda871e011d53f42a803175abc512202
Reviewed-on: https://go-review.googlesource.com/c/go/+/173318
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/init.go