refactor: iface sorting
This commit is contained in:
@ -50,5 +50,5 @@ func (bp byRelease) Less(i, j int) bool {
|
||||
}
|
||||
|
||||
func byReleaseDate(l list) sort.Interface {
|
||||
return &byRelease{l}
|
||||
return byRelease{l}
|
||||
}
|
||||
|
Reference in New Issue
Block a user