const os.O_RDONLY
6 uses
os (current package)
file.go#L73: O_RDONLY int = syscall.O_RDONLY // open the file read-only.
file.go#L311: return OpenFile(name, O_RDONLY, 0)
getwd.go#L87: fd, err := openFileNolog(parent, O_RDONLY, 0)
removeall_at.go#L174: r, e = unix.Openat(dirfd, name, O_RDONLY|syscall.O_CLOEXEC, 0)
github.com/go-git/go-billy/v5/osfs
os.go#L83: return fs.OpenFile(filename, os.O_RDONLY, 0)
github.com/go-git/go-git/v5/storage/filesystem/dotgit
dotgit_rewrite_packed_refs.go#L17: return os.O_RDONLY
 |
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. |