func strings.Compare
8 uses
strings (current package)
compare.go#L13: func Compare(a, b string) int {
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
sort.go#L19: spaceCmp := strings.Compare(spaceI, spaceJ)
sort.go#L20: localCmp := strings.Compare(localI, localJ)
sort.go#L21: valueCmp := strings.Compare(valueI, valueJ)
github.com/go-git/go-git/v5/plumbing/object
change.go#L130: return strings.Compare(c[i].name(), c[j].name()) < 0
github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
frame.go#L24: return strings.Compare(a[i].Name(), a[j].Name()) < 0
github.com/go-git/go-git/v5/utils/merkletrie/noder
path.go#L83: cmp := strings.Compare(p[i].Name(), other[i].Name())
golang.org/x/pkgsite/internal/frontend
symbol.go#L284: if c := strings.Compare(s1, ss2[i]); c != 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |