]> Cypherpunks repositories - gostls13.git/commit
cmd/go: cache executables for tools defined in go.mod
authorConrad Irwin <conrad.irwin@gmail.com>
Wed, 20 Nov 2024 22:19:12 +0000 (15:19 -0700)
committerMichael Matloob <matloob@golang.org>
Thu, 21 Nov 2024 15:44:19 +0000 (15:44 +0000)
commita5c1b1c43389df3cb108e333a4198c81f15b1140
tree6f4ca357a374c5b51d60b5d6ae8ada7d6ef9be04
parent57147256e64a94f37219cb094c39efdd29dda2d6
cmd/go: cache executables for tools defined in go.mod

This allows for executables created by `go tool` to be re-used from the
cache.

Change-Id: I382672239244beb3cf6e227182f550c049de102b
Reviewed-on: https://go-review.googlesource.com/c/go/+/630339
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/tool/tool.go