1
0
mirror of https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-07-15 22:40:30 +02:00

Fixed build of mtdbconverter.

This commit is contained in:
Sascha L. Teichmann
2014-10-03 18:59:14 +02:00
parent 789d0eba35
commit 0160299acc
3 changed files with 3 additions and 3 deletions

@ -7,7 +7,7 @@ package main
import ( import (
"os" "os"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
leveldb "github.com/jmhodges/levigo" leveldb "github.com/jmhodges/levigo"
) )

@ -11,7 +11,7 @@ import (
"os" "os"
"sync" "sync"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
) )
func usage() { func usage() {

@ -9,7 +9,7 @@ import (
"errors" "errors"
"os" "os"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
) )