Skip to content

mmap v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mangalaman93 mangalaman93 released this 13 Mar 09:48
· 9 commits to master since this release
  • Breaking API changes, satisfy io.ReaderAt & io.WriterAt interfaces
  • Use golang.org/unix package
  • Remove dependency on unsafe and syscall package
  • Fix tests to use MS_SYNC for flush
  • Full code coverage using unit tests