storage: Move sqlite3 import to appropriate file
This commit is contained in:
parent
30da5211dd
commit
69ffbe6a48
@ -4,6 +4,8 @@ import (
|
||||
"database/sql"
|
||||
"path/filepath"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"github.com/anacrolix/torrent/metainfo"
|
||||
)
|
||||
|
||||
|
@ -6,7 +6,6 @@ import (
|
||||
"path/filepath"
|
||||
|
||||
"github.com/anacrolix/missinggo"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"github.com/anacrolix/torrent/metainfo"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user