commit | 2c58cdc269a3e11693595d9c8177b2ef57cfc523 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Mon Feb 05 12:02:22 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Mon Feb 05 20:12:15 2024 +0000 |
tree | 59ebae12962d93aab40f2d81244c171e22cd4c60 | |
parent | 1b970713d09a74350386f3fe4389ad4d09c13d0f [diff] |
devtools: remove unused bash It is triggering scanning tooling inside Google and making them unhappy. Change-Id: Idc88014b6583d7d94291b6723717ba354cb22ce6 Reviewed-on: https://go-review.googlesource.com/c/exp/+/561555 Auto-Submit: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@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.