go/doc/next/6-stdlib/99-minor
Jes Cok 33013e8ea8 reflect: add Overflow methods to Type
This CL adds new methods synonymous with the method of the same name
in reflect.Value to reflect.Type: OverflowComplex, OverflowFloat, OverflowInt, OverflowUint.

Fixes #60427

Change-Id: I7a0bb35629e59a7429820f13fcd3a6f120194bc6
GitHub-Last-Rev: 26c11bcffe
GitHub-Pull-Request: golang/go#65955
Reviewed-on: https://go-review.googlesource.com/c/go/+/567296
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-02-28 14:08:38 +00:00
..
net doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfig 2024-02-26 20:48:16 +00:00
os doc: document os.ModeSocket support on Windows 2024-02-27 16:41:18 +00:00
path/filepath path/filepath: add Localize 2024-02-26 18:08:14 +00:00
reflect reflect: add Overflow methods to Type 2024-02-28 14:08:38 +00:00
runtime/debug
sync doc/next: add release note for sync/Map.Clear 2024-02-07 21:04:18 +00:00
syscall cmd: don't require build tags in relnote pathnames 2024-02-23 18:08:27 +00:00
0-heading.md
README

README

API changes and other small changes to the standard library go here.