]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: when outside a module, set cfg.BuildMod based on allowMissin...
authorBryan C. Mills <bcmills@google.com>
Fri, 16 Apr 2021 16:17:27 +0000 (12:17 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 16 Apr 2021 19:01:31 +0000 (19:01 +0000)
commit2fc0ebb623e2859094ad3f41e61325df0c2163f8
tree02b4666da6ec01cd4e9d6cac26edfc5cfa031f18
parentc1e8a9a8c6315f63b7fa0eee8a79589bb02f89fa
cmd/go/internal/modload: when outside a module, set cfg.BuildMod based on allowMissingModuleImports

For #36460

Change-Id: I50c7018a6841bba1a8c6f8f8eca150df1f685526
Reviewed-on: https://go-review.googlesource.com/c/go/+/310789
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/init.go