2
0
mirror of synced 2025-02-23 22:28:11 +00:00
torrent/multiless.go

8 lines
100 B
Go
Raw Normal View History

2018-06-16 17:04:12 +10:00
package torrent
2019-03-03 14:30:02 +11:00
import "github.com/anacrolix/missinggo"
2018-06-16 17:04:12 +10:00
type (
2019-03-03 14:30:02 +11:00
multiLess = missinggo.MultiLess
2018-06-16 17:04:12 +10:00
)