Add README for hotfunctions go example and update docs to point to it

This commit is contained in:
Nigel Deakin
2017-09-29 12:12:16 +01:00
parent 82d0bcf34a
commit 1fb9c48867

View File

@@ -56,7 +56,7 @@ The next step in the cycle is to do some processing:
``` ```
And finally, we return the result with a `Content-Length` header, so And finally, we return the result with a `Content-Length` header, so
Functions daemon would know when to stop reading the gotten response. Fn would know when to stop reading the gotten response.
```go ```go
res := http.Response{ res := http.Response{