From 78b691e2dd0acd70db7eec6a66ae36e91cd02e07 Mon Sep 17 00:00:00 2001 From: Yaron Sumel Date: Wed, 5 Apr 2017 21:57:31 +0300 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2211873..a12b5bcb 100644 --- a/README.md +++ b/README.md @@ -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.