From 3ded65afdc5df11a3edb7b2f55d46eb4d8319694 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Thu, 25 Feb 2016 19:46:33 +0000 Subject: [PATCH] feat: add gentleman package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0912280..9ffba223 100644 --- a/README.md +++ b/README.md @@ -889,6 +889,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. * [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. * [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.