From 61ff29d3e64b1221a6873e477c0f0eb3a9cf9f18 Mon Sep 17 00:00:00 2001 From: Takuya Ueda Date: Sun, 4 Jun 2017 17:47:00 +0900 Subject: [PATCH] Add tenntenn/gpath (#1445) * Add gpath * Sort by alphabet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index beff019c..90596513 100644 --- a/README.md +++ b/README.md @@ -1157,6 +1157,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goreq](https://github.com/smallnest/goreq) - An enhanced simplified HTTP client based on gorequest. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go +* [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. * [grequests](https://github.com/levigross/grequests) - An elegant and simple `net/http` wrapper that follows Python's requests library * [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility * [httpcontrol](https://github.com/facebookgo/httpcontrol) - Package httpcontrol allows for HTTP transport level control around timeouts and retries.