package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Functions
OpenFile opens the named file for operations specified by mode.
# Constants
Open or create text file for appending.
Like A but for binary file.
Open or create text file for appending.
Like Ap but for binary file.
Open text file for reading from beggining of file.
Like R but for binary file.
Open text file for read/writing at beggining of file.
Like Rp but for binary file.
Truncate or create text file for writing.
Like W but for binary file.
Truncate or create text file for writing and reading.
Like Wp but for binary file.