]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use a copy of platform.BuildModeSupported
authorIan Lance Taylor <iant@golang.org>
Fri, 10 Feb 2023 22:47:07 +0000 (14:47 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 13 Feb 2023 19:16:13 +0000 (19:16 +0000)
commit505325cf3027f2f2c5be47426867183b935ac85e
treeee98abadba1067682aafe15ef10c4f17a0c59f4f
parent261fe25c83a94fc3defe064baed3944cd3d16959
cmd/dist: use a copy of platform.BuildModeSupported

The dist tool already includes a similar duplicate of BuildModeSupported.
Replace it with an exact copy, to make it easier to maintain going forward.

Change-Id: Id14a6c5a48f92d843e02218d87cc62c6b001923b
Reviewed-on: https://go-review.googlesource.com/c/go/+/467495
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/cmd/dist/test.go
src/internal/platform/supported.go