github.com/evanw/esbuild/internal/fs.goFilepath.sameWord (method)
4 uses
github.com/evanw/esbuild/internal/fs (current package)
filepath.go#L581: if fp.sameWord(targ, base) {
filepath.go#L592: if baseSlashed != targSlashed || !fp.sameWord(baseVol, targVol) {
filepath.go#L606: if !fp.sameWord(targ[t0:ti], base[b0:bi]) {
filepath.go#L644: func (fp goFilepath) sameWord(a, b string) bool {
![]() |
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. |