Update client comment

This commit is contained in:
Asim 2015-11-26 12:23:42 +00:00
parent ad6e8194ed
commit 54b0be8d7e

View File

@ -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 (