1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

Merge pull request #66 from sjwhitworth/mmap_change

Changing mmap repo
This commit is contained in:
Stephen Whitworth 2014-08-10 22:43:04 +01:00
commit ffc417b0fd

View File

@ -2,7 +2,7 @@ package edf
import (
"fmt"
mmap "github.com/riobard/go-mmap"
mmap "github.com/Sentimentron/go-mmap"
"os"
"runtime"
)