Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func OpenNoLock(path string) (*os.File, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OpenNoLock ¶ func OpenNoLock(path string) (*os.File, error) OpenNoLock opens a file for reading in non-exclusive mode. In Unix-like environments it just calls os.Open, but on Windows it forks syscall.Open for control over the sharemode, adding syscall.FILE_SHARE_DELETE. Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.