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
|
|
|
|
cmper = missinggo.SameLessFunc
|
2018-06-16 17:04:12 +10:00
|
|
|
)
|