func Get()

in client.go [775:777]


func Get(url string) (*http.Response, error) {
	return defaultClient.Get(url)
}