8 lines
118 B
Go
8 lines
118 B
Go
|
package sqliteStorage
|
||
|
|
||
|
import (
|
||
|
"github.com/anacrolix/squirrel"
|
||
|
)
|
||
|
|
||
|
type NewDirectStorageOpts = squirrel.NewCacheOpts
|