]> Cypherpunks repositories - gostls13.git/commit
runtime: make use of stringslite.{HasPrefix, HasSuffix}
authorJes Cok <xigua67damn@gmail.com>
Tue, 14 May 2024 18:37:41 +0000 (02:37 +0800)
committerMichael Knyszek <mknyszek@google.com>
Fri, 17 May 2024 15:41:45 +0000 (15:41 +0000)
commit2c635b68fdc8ddf83208ed2ec65eff09a3af58b8
tree39afcafd8f4d3e03a68334a53ab38c5dfe53250d
parentd11e41728515aea6f7def4a279a3a2591fb18650
runtime: make use of stringslite.{HasPrefix, HasSuffix}

Change-Id: I7461a892e1591e3bad876f0a718a99e6de2c4659
Reviewed-on: https://go-review.googlesource.com/c/go/+/585435
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/internal/objabi/pkgspecial.go
src/runtime/export_debug_test.go
src/runtime/os3_plan9.go
src/runtime/os_plan9.go
src/runtime/panic.go
src/runtime/preempt.go
src/runtime/proc.go
src/runtime/security_unix.go
src/runtime/string.go
src/runtime/symtabinl_test.go
src/runtime/traceback.go