Fixed build of mtredisalize.

This commit is contained in:
Sascha L. Teichmann 2014-10-03 19:10:40 +02:00
parent 0160299acc
commit bfe5d36775
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
"bytes" "bytes"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
) )
// Pull up if it _really_ produces too much data. // Pull up if it _really_ produces too much data.

View File

@ -8,7 +8,7 @@ import (
"log" "log"
"sync" "sync"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
leveldb "github.com/jmhodges/levigo" leveldb "github.com/jmhodges/levigo"
) )

View File

@ -11,7 +11,7 @@ import (
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
) )
var globalLock sync.RWMutex var globalLock sync.RWMutex