1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:24:50 -07:00
go/src/path
Tobias Klauser 2c74018d7b path: use bytealg.LastIndexByteString
While strings.LastIndex{,Byte} cannot be used in package path, the
respective internal/bytealg function can be used.

Change-Id: If0ecc36484308221f50875c8609913f6f2887fba
Reviewed-on: https://go-review.googlesource.com/c/go/+/527855
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2023-09-13 18:34:40 +00:00
..
filepath io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry 2023-09-12 20:27:28 +00:00
example_test.go
match_test.go
match.go
path_test.go
path.go path: use bytealg.LastIndexByteString 2023-09-13 18:34:40 +00:00