From 54b0be8d7ea6117e0b36d620d217eb3d8f3c5915 Mon Sep 17 00:00:00 2001 From: Asim Date: Thu, 26 Nov 2015 12:23:42 +0000 Subject: [PATCH] Update client comment --- client/client.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/client.go b/client/client.go index 06b648e8..c018bd45 100644 --- a/client/client.go +++ b/client/client.go @@ -1,3 +1,8 @@ +/* +The client package provides a method to make synchronous, asynchronous and +streaming requests to services. By default json and protobuf codecs are +supported. +*/ package client import (