Versions in this module Expand all Collapse all v1 v1.1.0 Feb 5, 2025 v1.0.0 Jan 22, 2025 Changes in this version + type Mmap struct + func Open(file *os.File, offset int64, size int, prot int, flag int) *Mmap + func (this *Mmap) Append(b []byte) + func (this *Mmap) Close() + func (this *Mmap) Flush(ms int) + func (this *Mmap) Read(offset int64, length int64) []byte