Source File
glob.go
Belonging Package
github.com/go-git/go-billy/v5/util
package util
import (
)
if == {
return nil, filepath.ErrBadPattern
}
var []string
, = (, cleanGlobPath())
if != nil {
return
}
for , := range {
, = glob(, , , )
if != nil {
return
}
}
return
}
return
default:
return [0 : len()-1] // chop off trailing separator
}
}
![]() |
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. |