]> Cypherpunks repositories - gostls13.git/commit
strings, internal/stringslite: lite version of strings package
authorDamien Neil <dneil@google.com>
Wed, 24 Apr 2024 16:52:52 +0000 (09:52 -0700)
committerDamien Neil <dneil@google.com>
Fri, 26 Apr 2024 23:07:25 +0000 (23:07 +0000)
commitd69f87445cb28d68b4d62d8b80dff8a8d5a9203e
treeb5f23075804f9042f28a2b11d5c74a1d4d46bfff
parent1c4704991aeae5c9e0c6816a227390829b724ab5
strings, internal/stringslite: lite version of strings package

To be used by internal/filepathlite, which is to be used by os.
There are probably other places where it would be convenient
to have strings functions accessible to RUNTIME level packages.

Change-Id: Icda59e7a9e26d9e8f3692db0ea4fb7b3dbf570d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/581516
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/build/deps_test.go
src/internal/stringslite/strings.go [new file with mode: 0644]
src/strings/strings.go