io/fs.FileMode.IsRegular (method)
5 uses
io/fs (current package)
fs.go#L228: func (m FileMode) IsRegular() bool {
github.com/go-git/go-git/v5/plumbing/filemode
filemode.go#L76: if m.IsRegular() {
golang.org/x/mod/zip
zip.go#L225: if info.Mode().IsRegular() {
zip.go#L292: if !info.Mode().IsRegular() {
zip.go#L761: if !info.Mode().IsRegular() {
![]() |
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. |