Skip to content
Snippets Groups Projects
Commit 4d77785f authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Shorten code examples

parent 15019f1d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment