1
0
réplica de https://bitbucket.org/s_l_teichmann/mtsatellite sincronizado 2025-07-15 22:40:30 +02:00

Fixed build of mtdbconverter.

Este cometimento está contido em:
Sascha L. Teichmann
2014-10-03 18:59:14 +02:00
ascendente 789d0eba35
cometimento 0160299acc
3 ficheiros modificados com 3 adições e 3 eliminações

Ver ficheiro

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

Ver ficheiro

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

Ver ficheiro

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