From 8934ef91622e38bf0a979fa575fa7e48bd03b199 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 1 Jan 2017 18:43:29 +0000 Subject: [PATCH] update http client readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 820ae1d..966c6d9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This plugin is a http client for go-micro. The http client wraps net/http to provide a robust go-micro client with service discovery, load balancing and streaming. +It complies with the [go-micro.Client](https://godoc.org/github.com/micro/go-micro/client#Client) interface. ## Usage