mirror of
https://github.com/golang/go.git
synced 2026-08-02 05:25:23 +08:00
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>
3 lines
146 B
Plaintext
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
|