10 lines
124 B
Go
10 lines
124 B
Go
|
package test
|
||
|
|
||
|
import (
|
||
|
"github.com/anacrolix/torrent"
|
||
|
)
|
||
|
|
||
|
func init() {
|
||
|
torrent.TestingTempDir.Init("torrent-test.test")
|
||
|
}
|