From d6b9723b830cc090272f8a5598674b6b9fa76c80 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 16 Mar 2016 00:35:24 -0600 Subject: [PATCH] fix(client): remove unused Host from client --- pkg/client/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/client/client.go b/pkg/client/client.go index eba9f06c4..56f3bc294 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http" type Client struct { // Timeout on HTTP connections. HTTPTimeout time.Duration - // The remote host - Host string // The protocol. Currently only http and https are supported. Protocol string // Transport