github.com/go-git/go-billy/v5/osfs.OS.OpenFile (method)
3 uses
github.com/go-git/go-billy/v5/osfs (current package)
os.go#L28: return fs.OpenFile(filename, os.O_RDWR|os.O_CREATE|os.O_TRUNC, defaultCreateMode)
os.go#L31: func (fs *OS) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) {
os.go#L83: return fs.OpenFile(filename, os.O_RDONLY, 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. |