]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.16] cmd/go: remove hint when no module is suggested
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sat, 5 Jun 2021 05:48:30 +0000 (07:48 +0200)
committerCarlos Amedee <carlos@golang.org>
Mon, 2 Aug 2021 22:30:44 +0000 (22:30 +0000)
commit4c62fd36776c03547f7a9f8dc67c8dac8e987851
tree7654149771bf358a35db7b0f322f137ea21bbea6
parent8b6ae9be125dd7c66123686fe339203f0661d92c
[release-branch.go1.16] cmd/go: remove hint when no module is suggested

Updates #46528
Fixes #46551

Change-Id: I2453d321ece878ea7823865758aa4a16b3ed7fe8
Reviewed-on: https://go-review.googlesource.com/c/go/+/325430
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Trust: Heschi Kreinick <heschi@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
(cherry picked from commit e552a6d31270c86064632af1d092e0db5a930250)
Reviewed-on: https://go-review.googlesource.com/c/go/+/334371
Trust: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modload/import.go
src/cmd/go/testdata/script/mod_install_hint.txt [new file with mode: 0644]