diff --git a/examples/http-clients/http-clients.go b/examples/http-clients/http-clients.go index 6ff5281..e986748 100644 --- a/examples/http-clients/http-clients.go +++ b/examples/http-clients/http-clients.go @@ -11,6 +11,7 @@ import ( ) func main() { + // Issue a HTTP GET request to a server. http.Get is a // convenient shortcut around creating a http.Client // object and calling its Get() method; it uses the diff --git a/examples/http-clients/http-clients.hash b/examples/http-clients/http-clients.hash index 0e85307..bd99392 100644 --- a/examples/http-clients/http-clients.hash +++ b/examples/http-clients/http-clients.hash @@ -1,2 +1,2 @@ -cdcaa6f2e1e8596e882dd3eb460e633cfe3dd07c -nXc8J7KyUKd +991df79b50b0d512a034ec929339a06a1e6230ee +lz5Z7oVYqyF diff --git a/public/http-clients b/public/http-clients index 9bf3077..76419d8 100644 --- a/public/http-clients +++ b/public/http-clients @@ -20,7 +20,7 @@ HTTP requests.
package main
Issue a HTTP GET request to a server. http.Get is a -convenient shortcut around creating a http.Client -object and calling its Get() method; it uses the -http.DefaultClient object which has useful default -settings.
- +Issue a HTTP GET request to a server. http.Get is a +convenient shortcut around creating a http.Client +object and calling its Get() method; it uses the +http.DefaultClient object which has useful default +settings.
+