add filler to awesome-go (#1355)

* Update README.md

* new grapes

github.com repo: https://github.com/yaronsumel/grapes
godoc.org: https://godoc.org/github.com/yaronsumel/grapes
goreportcard.com: https://goreportcard.com/report/github.com/yaronsumel/grapes
coverage service link (gocover, coveralls etc.): N/A

Make sure that you've checked the boxes below before you submit PR:

 I have added my package in alphabetical order
 I know that this package was not listed before
 I have added godoc link to the repo and to my pull request
 I have added coverage service link to the repo and to my pull request
 I have added goreportcard link to the repo and to my pull request
 I have read Contribution guidelines and Quality standard.

* Update README.md
This commit is contained in:
Yaron Sumel 2017-04-05 21:57:31 +03:00 committed by Kirill Danshin
parent 2d61b671cc
commit 78b691e2dd

View File

@ -1103,6 +1103,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [excelize](https://github.com/Luxurioust/excelize) - Golang library for reading and writing Microsoft Excel (XLSX) files.
* [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.
* [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag.
* [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder written in Go
* [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex.
* [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library.