commit | 1829a127f884df39fc2eaf7e0dfc760648098768 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Tue Dec 10 19:30:57 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Dec 10 19:47:14 2024 +0000 |
tree | 5fa347cf57f81b0ece3c4d3ecb73cbfc02a3dd01 | |
parent | 14434422244cefca3b64b0c2a68634e5e8c406ee [diff] |
Revert "cmd/apidiff: stop using gcexportdata.{Read,Write}Bundle" This reverts commit 14434422244cefca3b64b0c2a68634e5e8c406ee. Reason for revert: broke a GitHub actions workflow (https://github.com/googleapis/google-cloud-go/actions/runs/12262439607) Change-Id: I9bcd65fac00826b72ae623e717e0e37626822f9d Reviewed-on: https://go-review.googlesource.com/c/exp/+/634918 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cody Oss <codyoss@google.com> Auto-Submit: Alan Donovan <adonovan@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.