commit | b2144cdd0a671dbe8481a8913c4118a2853fac87 | [log] [tgz] |
---|---|---|
author | Brian Ledbetter <brian.ledbetter@efiia.com> | Tue Dec 17 01:34:10 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Dec 17 09:25:43 2024 -0800 |
tree | b8aaa8d40e0a4dc8109be7d9ffdb3fe826feadc4 | |
parent | 4a5509556b9e1c5d0387a8b1326e17c6731bb065 [diff] |
shiny: adds loong64 to list of supported archs Fixes golang/go#70855 Change-Id: I302cd9bf25222d359b7e1c436321b45c992c1a0a GitHub-Last-Rev: 046f10b7a6340103af8e313c1d7a6b6e9ba06711 GitHub-Pull-Request: golang/exp#77 Reviewed-on: https://go-review.googlesource.com/c/exp/+/636695 Reviewed-by: Jorropo <jorropo.pgm@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: David Chase <drchase@google.com> Commit-Queue: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.