2
0
mirror of synced 2025-02-24 14:48:27 +00:00
torrent/test/init_test.go

10 lines
124 B
Go
Raw Normal View History

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