diff --git a/examples/http-servers/http-servers.hash b/examples/http-servers/http-servers.hash index 6a0a323..a491ac1 100644 --- a/examples/http-servers/http-servers.hash +++ b/examples/http-servers/http-servers.hash @@ -1,2 +1,2 @@ -ac2909e69be30862bd9f18db954d9ee10f57ec6a -8GBAW6yNcbn +a4e8d30b7a6f3a6abd96b916d81ce5930bad94f9 +lNuS9ysZmxH diff --git a/public/http-servers b/public/http-servers index 68431cf..b9f74d6 100644 --- a/public/http-servers +++ b/public/http-servers @@ -32,7 +32,7 @@ - +
package main
@@ -78,7 +78,7 @@ on functions with the appropriate signature.

Functions serving as handlers take a http.ResponseWriter and a http.Request as arguments. The response writer is used to fill in the -HTTP response. Here out simple response is just +HTTP response. Here our simple response is just “hello\n”.