From f4e2c155f53082bda5e5b1260a8de756e14f187f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 1 Jan 2017 19:33:24 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106a961..89eb4c2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Assuming you have a http service "my.service" with path "/foo/bar" client := http.NewClient() // create request/response -request := client.NewRequest("my.service", "/foo/bar", &proto.Request{}) +request := client.NewRequest("my.service", "/foo/bar", protoRequest{}) response := new(proto.Response) // call service