]> Sergey Matveev's repositories - btrtrc.git/blob - test/init_test.go
Add a sqlite data storage implementation
[btrtrc.git] / test / init_test.go
1 package test
2
3 import (
4         _ "github.com/anacrolix/envpprof"
5         "github.com/anacrolix/torrent"
6 )
7
8 func init() {
9         torrent.TestingTempDir.Init("torrent-test.test")
10 }