commit | dd03c70a0a45fb1ce034085aba342442c53239cc | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Wed Jan 01 10:07:22 2025 +0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Jan 03 08:38:09 2025 -0800 |
tree | d405008d0fd2a3f6c133ac9ca591a6d88c9b1487 | |
parent | b2144cdd0a671dbe8481a8913c4118a2853fac87 [diff] |
rand: make function comment match function name Change-Id: Idfa75f2dcf2723be396dabd8241c4f1df762e9c2 Reviewed-on: https://go-review.googlesource.com/c/exp/+/639557 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.