commit | 7d7fa50e53290d2454e1d09b79da8da47076ff05 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Thu Jan 02 16:20:26 2025 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Jan 03 10:33:23 2025 -0800 |
tree | d96c18391f468877aae9c57218e62749a474ee26 | |
parent | dd03c70a0a45fb1ce034085aba342442c53239cc [diff] |
apidiff: pull test go version into a const The version of Go used to load the code under test was buried in a string, so it was hard to find. Make it a const at the top of the file. Change-Id: I7ad221759d7c84ccf3ded5ca1403898e5f343fad Reviewed-on: https://go-review.googlesource.com/c/exp/+/639737 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@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.