edsrzf / mmap-go

A portable mmap package for Go
BSD 3-Clause "New" or "Revised" License
938 stars 129 forks source link

Fix build on Plan 9 #25

Closed fhs closed 2 years ago

fhs commented 4 years ago

Plan 9 doesn't have mmap, but this package may be used by a Go program that still works without mmap.

edsrzf commented 2 years ago

Thanks! I'll also update the README to mention this.