From 490c0e759913e5269a6515e128ced6b914d7dc4b Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 1 Sep 2019 15:11:49 -0700 Subject: [PATCH] Regenerate --- examples/http-servers/http-servers.hash | 4 ++-- public/http-servers | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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”.