func internal/bytealg.CompareString
4 uses
internal/bytealg (current package)
compare_native.go#L14: func CompareString(a, b string) int {
io/fs
readdir.go#L47: return bytealg.CompareString(a.Name(), b.Name())
os
dir.go#L127: return bytealg.CompareString(a.Name(), b.Name())
strings
compare.go#L16: return bytealg.CompareString(a, b)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |