attson
attson
``` items := []Item{ {Id: 1}, {Id: 2}, {Id: 3}, {Id: 4}, {Id: 5}, } newCollection := collection.NewCollection(items) filter := newCollection.Filter(func(item Item, key int) bool { return item.Id == 2...
https://github.com/jianfengye/collection/pull/33 写了个pr可以看看
> > This project last active on Apr 29, 2021. Are there any other similar open source projects > > You may try this project - https://github.com/bingo-soft/jabe Looks like a...
> https://github.com/laravel-workflow/laravel-workflow might be an option if you are using Laravel thanks, after a quick look, it seems to be okay. I will try to use it
Good job! when will this version be released, I need it very much