mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 19:07:13 +00:00
6 lines
62 B
Go
6 lines
62 B
Go
package api
|
|
|
|
type Sortable interface {
|
|
Less(int, int) bool
|
|
}
|