]> Cypherpunks repositories - gostls13.git/commit
cmd/go: move GOCACHEPROG protocol types to their own package
authorAustin Clements <austin@google.com>
Fri, 27 Dec 2024 18:27:21 +0000 (13:27 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 2 Jan 2025 18:36:27 +0000 (10:36 -0800)
commit20da34c6d2f6a4d03304f55a6d6f1418ca11b091
tree03fd67fd36adaf199529b6256198259002f4c4a6
parent858a0e9dfd10ac94a0b9de4429749f0cb99e8cb8
cmd/go: move GOCACHEPROG protocol types to their own package

This is a step toward making it easy to point to them in
documentation. The other option is that we copy-paste all of these
type definitions wholesale, which seems ridiculous.

Updates #71032
Updates #59719

Change-Id: I7117e03308ae0adc721ed7a57792c33ba68ce827
Reviewed-on: https://go-review.googlesource.com/c/go/+/638995
Auto-Submit: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/cache/prog.go
src/cmd/go/internal/cacheprog/cacheprog.go [new file with mode: 0644]