FedP2P/test/init_test.go

11 lines
159 B
Go

package test
import (
_ "github.com/anacrolix/envpprof"
"github.com/anacrolix/torrent"
)
func init() {
torrent.TestingTempDir.Init("torrent-test.test")
}