]> Sergey Matveev's repositories - btrtrc.git/blob - test/init_test.go
Add tests for https://github.com/anacrolix/torrent/issues/388
[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 }