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 (