-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to "github.com/edsrzf/mmap-go" for cross-platform mmap impleme…
…ntation `syscall.Mmap` is not supported on Windows: ``` Error: lib/utils.go:86:23: undefined: syscall.Mmap Error: lib/utils.go:86:70: undefined: syscall.PROT_READ Error: lib/utils.go:86:89: undefined: syscall.MAP_SHARED Error: lib/utils.go:90:16: undefined: syscall.Munmap ```
- Loading branch information
1 parent
4e48e9c
commit 320c99c
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters