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