feat(Go-Tool):2020/11/23:修改项目案例(按照一定规则对一组数据进行排序分组)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
package ProgressTest
|
||||
|
||||
import "github.com/ahmetalpbalkan/go-linq"
|
||||
import "github.com/ahmetb/go-linq"
|
||||
|
||||
type orderRule = func([]*Deliver) []*Deliver
|
||||
type intOrderRule = func([]*Deliver) [][]int
|
||||
|
||||
Reference in New Issue
Block a user