From e64b2cea1859a332674f6385851559214e5d0525 Mon Sep 17 00:00:00 2001 From: Stephen Whitworth Date: Sun, 10 Aug 2014 22:38:50 +0100 Subject: [PATCH] Changing mmap repo --- base/edf/map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/edf/map.go b/base/edf/map.go index 02cf3b5..03876d6 100644 --- a/base/edf/map.go +++ b/base/edf/map.go @@ -2,7 +2,7 @@ package edf import ( "fmt" - mmap "github.com/riobard/go-mmap" + mmap "github.com/Sentimentron/go-mmap" "os" "runtime" )