aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorSean Liao <sean@liao.dev>2024-11-14 18:43:29 +0000
committerGopher Robot <gobot@golang.org>2024-11-21 22:39:37 +0000
commit50087aa1b46460c8cd65f28afb59c5f79d8f27d8 (patch)
tree2801a13506a211a558876c5fb9456f90a6e70123 /api
parent0db250104c0ebfa82f62fe9f12338565dd8f674d (diff)
downloadgo-50087aa1b46460c8cd65f28afb59c5f79d8f27d8.tar.xz
crypto/rand: add Text for secure random strings
Fixes #67057 Change-Id: Id4a1d07bc45d9ebf90b7e6ef507002908dcfa12d Reviewed-on: https://go-review.googlesource.com/c/go/+/627477 Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/67057.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/67057.txt b/api/next/67057.txt
new file mode 100644
index 0000000000..ad1dbb84bb
--- /dev/null
+++ b/api/next/67057.txt
@@ -0,0 +1 @@
+pkg crypto/rand, func Text() string #67057