aboutsummaryrefslogtreecommitdiff
path: root/doc/next
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2026-02-09 10:33:22 -0500
committerGopher Robot <gobot@golang.org>2026-02-23 07:48:58 -0800
commit4e693d1ec52c86b262ac23f0d6cee6b60fef4fb0 (patch)
tree6a60314dd420a704bda88dc10fc07f7723a0d8f4 /doc/next
parent9697bd96bcc98cbe201d0f57033d9f2dab66b9f6 (diff)
downloadgo-4e693d1ec52c86b262ac23f0d6cee6b60fef4fb0.tar.xz
go/token: add File.String method
It returns a brief, unspecified, human-readable description of the File. + test, doc, relnote Fixes #76285 Change-Id: I8b0705cf20eaac095bc9dfba7f1181774544f02c Reviewed-on: https://go-review.googlesource.com/c/go/+/743280 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'doc/next')
-rw-r--r--doc/next/6-stdlib/99-minor/go/token/76285.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/go/token/76285.md b/doc/next/6-stdlib/99-minor/go/token/76285.md
new file mode 100644
index 0000000000..570074214b
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/go/token/76285.md
@@ -0,0 +1 @@
+[File] now has a String method.