github.com/anacrolix/torrent@v1.61.0/storage/sqlite/deprecated.go (about) 1 //go:build cgo 2 // +build cgo 3 4 package sqliteStorage 5 6 import ( 7 "github.com/anacrolix/squirrel" 8 ) 9 10 type NewDirectStorageOpts = squirrel.NewCacheOpts