const os.ModeCharDevice
4 uses
os (current package)
dir_darwin.go#L110: return ModeDevice | ModeCharDevice
stat_darwin.go#L21: fs.mode |= ModeDevice | ModeCharDevice
types.go#L48: ModeCharDevice = fs.ModeCharDevice // c: Unix character device, when ModeDevice is set
github.com/go-git/go-git/v5/plumbing/filemode
filemode.go#L101: return m&os.ModeCharDevice != 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. |