2
0
mirror of synced 2025-02-23 22:28:11 +00:00
torrent/test/init_test.go
2020-10-11 12:54:03 +11:00

11 lines
159 B
Go

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