2
0
mirror of synced 2025-02-24 06:38:14 +00:00

storage: Remove sqlite3 import from bolt implementation

#124
This commit is contained in:
Matt Joiner 2016-10-25 19:52:44 +11:00
parent c43751cfea
commit 18309b866b

View File

@ -6,7 +6,6 @@ import (
"time"
"github.com/boltdb/bolt"
_ "github.com/mattn/go-sqlite3"
"github.com/anacrolix/torrent/metainfo"
)