]> Cypherpunks repositories - gostls13.git/commit
cmd/go: modload should use a read-write lock to improve concurrency
authorRoy Reznik <roy@wiz.io>
Sun, 22 Jun 2025 12:37:23 +0000 (12:37 +0000)
committerMichael Matloob <matloob@google.com>
Fri, 1 Aug 2025 18:56:27 +0000 (11:56 -0700)
commit4ab1aec00799f91e96182cbbffd1de405cd52e93
tree2e462040f787589b04d4a771545e0c540fa3fdb2
parente666972a674eb96f5847c7bbeb5c6e1bcb572af5
cmd/go: modload should use a read-write lock to improve concurrency

This PR will be imported into Gerrit with the title and first
comment (this text) used to generate the subject and body of
the Gerrit change.

Change-Id: I3f9bc8a2459059a924a04fa02794e258957819b5
GitHub-Last-Rev: 6ad6f6a70e21dc45fc0c880b8732fb87c656c520
GitHub-Pull-Request: golang/go#74311
Reviewed-on: https://go-review.googlesource.com/c/go/+/683215
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Ian Alexander <jitsu@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/internal/modload/init.go