]> Cypherpunks repositories - gostls13.git/commit
cmd/distpack: don't keep the pack tool
authorMichael Matloob <matloob@golang.org>
Fri, 30 May 2025 16:22:23 +0000 (12:22 -0400)
committerMichael Matloob <matloob@google.com>
Fri, 30 May 2025 19:23:27 +0000 (12:23 -0700)
commit67f052121ed47f23ea613043191ad654702560aa
tree5d36db6c27234a3df679a162b9e980610d9d5a02
parent1947c4233a33953088468a23457f6779c34be2d1
cmd/distpack: don't keep the pack tool

This was an oversight: the pack tool isn't actually used in builds.

For #71867

Change-Id: Ib1f1cce0b574cf1d2c1002b2f2ab9ef9d750d0fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/677557
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/distpack/pack.go
src/cmd/go/internal/work/gc.go