Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
CreateFile creates a new file, truncating it if it already exists. It is equivalent to OpenFile with O_RDWR|O_CREATE|O_TRUNC flags and 0600 permissions (owner read/write only).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.