package
0.0.0-20230421053604-b3f7bda99619
Repository: https://github.com/funbinary/go_example.git
Documentation: pkg.go.dev

# Functions

Map maps an entire file into memory.
MapRegion maps part of a file into memory.

# Constants

If the ANON flag is set, the mapped memory will not be backed by a file.
COPY maps the memory as copy-on-write.
If EXEC is set, the mapped memory is marked as executable.
RDONLY maps the memory read-only.
RDWR maps the memory as read-write.

# Type aliases

MMap represents a file mapped into memory.