add package filter (#2174)

package: [filter](https://github.com/gookit/filter)
This commit is contained in:
Inhere 2018-10-18 23:30:50 +08:00 committed by Cássio Botaro
parent f57fff807c
commit 77e1efc81a

View File

@ -1418,6 +1418,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. * [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.
* [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature.
* [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag. * [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag.
* [filter](https://github.com/gookit/filter) - provide filtering, sanitizing, and conversion of Go data.
* [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang * [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang
* [fzf](https://github.com/junegunn/fzf) - Command-line fuzzy finder written in Go. * [fzf](https://github.com/junegunn/fzf) - Command-line fuzzy finder written in Go.
* [gaper](https://github.com/maxcnunes/gaper) - Builds and restarts a Go project when it crashes or some watched file changes. * [gaper](https://github.com/maxcnunes/gaper) - Builds and restarts a Go project when it crashes or some watched file changes.