]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove auto-deriving module path for github.com
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sun, 14 Apr 2019 05:52:05 +0000 (07:52 +0200)
committerBryan C. Mills <bcmills@google.com>
Tue, 16 Apr 2019 18:31:01 +0000 (18:31 +0000)
commit75308c98e3068691cdf21914bb4eca2c81ce1b15
treea8157358e31b03c10bbdeb6d4c8af78d9c7dcbc2
parent996a687ebbf81b26f81b41b8e62ef21d8b0826af
cmd/go: remove auto-deriving module path for github.com

This fix removes the special case of auto-deriving the module path
only for VCS github.com. Error message now explicitly requests
the module path. Documentation and its FAQ do not need an update
as only the beginning of the message is mentioned and is not modified.

Fixes #27951

Change-Id: Icaf87a38b5c58451edba9beaa12ae9a68e288ca1
Reviewed-on: https://go-review.googlesource.com/c/go/+/172019
Reviewed-by: Daniel Lublin <daniel@lublin.se>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/modload/init.go