go/api/next/71151.txt
qiulaidongfeng 11b596c22d bytes,strings: add CutLast
Fixes #71151

Change-Id: I3b3d49c35b0fa2c1220d3f39bbd506cc072b52b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/764601
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
2026-04-14 06:58:23 -07:00

3 lines
146 B
Plaintext

pkg bytes, func CutLast([]uint8, []uint8) ([]uint8, []uint8, bool) #71151
pkg strings, func CutLast(string, string) (string, string, bool) #71151