to Name
This commit is contained in:
@@ -18,9 +18,9 @@ func LikeAfter(date string) Like {
|
||||
}
|
||||
}
|
||||
|
||||
func LikeAcc(pattern string) Like {
|
||||
func LikeName(pattern string) Like {
|
||||
return func(d Delta) bool {
|
||||
return like(pattern, d.Account)
|
||||
return like(pattern, d.Name)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user