move files.Add to inbox.txt
This commit is contained in:
@@ -8,6 +8,12 @@ type Like func(Delta) bool
|
||||
|
||||
type Likes []Like
|
||||
|
||||
func LikeTransaction(delta Delta) Like {
|
||||
return func(d Delta) bool {
|
||||
return d.transaction == delta.transaction
|
||||
}
|
||||
}
|
||||
|
||||
func LikeBefore(date string) Like {
|
||||
return func(d Delta) bool {
|
||||
return date >= d.Date
|
||||
|
||||
Reference in New Issue
Block a user