diff --git a/examples/http-clients/http-clients.go b/examples/http-clients/http-clients.go index e986748..b1e6db2 100644 --- a/examples/http-clients/http-clients.go +++ b/examples/http-clients/http-clients.go @@ -12,8 +12,8 @@ import ( func main() { - // Issue a HTTP GET request to a server. http.Get is a - // convenient shortcut around creating a http.Client + // Issue an HTTP GET request to a server. http.Get is a + // convenient shortcut around creating an http.Client // object and calling its Get() method; it uses the // http.DefaultClient object which has useful default // settings. diff --git a/examples/http-clients/http-clients.hash b/examples/http-clients/http-clients.hash index bd99392..3057f1d 100644 --- a/examples/http-clients/http-clients.hash +++ b/examples/http-clients/http-clients.hash @@ -1,2 +1,2 @@ -991df79b50b0d512a034ec929339a06a1e6230ee -lz5Z7oVYqyF +84f4d5d6264837f07a84c27a09f14e429e8daf94 +HDsvgdX4tGg diff --git a/public/http-clients b/public/http-clients index 76419d8..5e482e4 100644 --- a/public/http-clients +++ b/public/http-clients @@ -20,7 +20,7 @@ HTTP requests.

- +
package main
 
@@ -57,8 +57,8 @@ HTTP requests.

-

Issue a HTTP GET request to a server. http.Get is a -convenient shortcut around creating a http.Client +

Issue an HTTP GET request to a server. http.Get is a +convenient shortcut around creating an http.Client object and calling its Get() method; it uses the http.DefaultClient object which has useful default settings.