aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index f411e5c..1cf8269 100644
--- a/client.go
+++ b/client.go
@@ -16,8 +16,8 @@ import (
// Client is client that connect to cached server API.
type Client struct {
- url string
conn *http.Client
+ url string
}
// NewClient create a new client for server API.