func path/filepath.sameWord
4 uses
path/filepath (current package)
path.go#L271: if sameWord(targ, base) {
path.go#L282: if baseSlashed != targSlashed || !sameWord(baseVol, targVol) {
path.go#L296: if !sameWord(targ[t0:ti], base[b0:bi]) {
path_unix.go#L51: func sameWord(a, b string) bool {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)