2
0
mirror of synced 2025-02-23 22:28:11 +00:00

storage: Move sqlite3 import to appropriate file

This commit is contained in:
Matt Joiner 2016-09-16 11:19:26 +10:00
parent 30da5211dd
commit 69ffbe6a48
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ import (
"database/sql"
"path/filepath"
_ "github.com/mattn/go-sqlite3"
"github.com/anacrolix/torrent/metainfo"
)

View File

@ -6,7 +6,6 @@ import (
"path/filepath"
"github.com/anacrolix/missinggo"
_ "github.com/mattn/go-sqlite3"
"github.com/anacrolix/torrent/metainfo"
)