]> Cypherpunks repositories - gostls13.git/commit
strings: move TrimPrefix and TrimSuffix to stringslite
authorapocelipes <seve3r@outlook.com>
Fri, 3 May 2024 08:36:03 +0000 (08:36 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 3 May 2024 16:48:16 +0000 (16:48 +0000)
commit10c035acd669271dc37b9e5354b30ec939ff7c84
treec4565bf1105c647fd54e1d9a6e5236d2c28e4a8f
parent0bc093a1aae4fb5e101fae815fe6673e9180923e
strings: move TrimPrefix and TrimSuffix to stringslite

To help packages use these functions like "os" which using
the copied function "stringsTrimSuffix".

Change-Id: I223028ed264c7b7e95534b4883223af0988cda68
GitHub-Last-Rev: 2fd8fbf5286e5a4abdb03704d69f02e32d3f1a6b
GitHub-Pull-Request: golang/go#67151
Reviewed-on: https://go-review.googlesource.com/c/go/+/583075
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/internal/stringslite/strings.go
src/strings/strings.go