Shorten code examples

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2019-09-26 10:06:04 +01:00
parent 15019f1dcb
commit 4d77785fe5

View File

@ -107,8 +107,7 @@ Official templates exist for many popular languages and are easily extensible wi
.succeed(`
<h1>
👋 Hello World 🌍
</h1>
`)
</h1>`)
}
```
*handler.js*
@ -135,7 +134,6 @@ Official templates exist for many popular languages and are easily extensible wi
"github.com/openfaas-incubator/go-function-sdk"
)
// Handle a function invocation
func Handle(req handler.Request) (handler.Response, error) {
var err error