torrent/test/init_test.go

10 lines
124 B
Go

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