Declare option not options

This commit is contained in:
Asim
2015-05-21 19:28:57 +01:00
parent 9d514f0e60
commit 4f909d0be4
4 changed files with 16 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ func (r *RpcClient) NewJsonRequest(service, method string, request interface{})
return newRpcRequest(service, method, request, "application/json")
}
func NewRpcClient(opt ...Options) *RpcClient {
func NewRpcClient(opt ...Option) *RpcClient {
var opts options
for _, o := range opt {