]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: use lockedfile.Read for the initial read of the go.mod file
authorBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 17:37:17 +0000 (12:37 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 17:53:22 +0000 (17:53 +0000)
commitc5fac1edc4fbcf3fff8e8a53b8348437b86c4c59
treeb702e3b2ff61ac153c7e19018362d147a773f67d
parent4517c02f284cc19262304ba22c1c98b2bbdb0208
cmd/go/internal/modload: use lockedfile.Read for the initial read of the go.mod file

Updates #34634
Fixes #35425

Change-Id: I878a8d229b33dcde9e7d4dfd82ddf9815d38a465
Reviewed-on: https://go-review.googlesource.com/c/go/+/206142
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/modload/init.go