Update circonus vendor

This commit is contained in:
Michael Schurter
2017-01-31 11:42:18 -08:00
parent 93e0377c8f
commit ec220153ba
39 changed files with 6382 additions and 803 deletions

View File

@@ -43,7 +43,7 @@ func DefaultClient() *http.Client {
}
// DefaultPooledClient returns a new http.Client with the same default values
// as http.Client, but with a non-shared Transport. Do not use this function
// as http.Client, but with a shared Transport. Do not use this function
// for transient clients as it can leak file descriptors over time. Only use
// this for clients that will be re-used for the same host(s).
func DefaultPooledClient() *http.Client {