Indent Golang example

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2019-09-16 13:30:07 +01:00
parent 338fc82179
commit bd6d07e068

View File

@ -21,8 +21,8 @@ OpenFaaS&reg; (Functions as a Service) is a framework for building Serverless fu
**Want to dig deeper into OpenFaaS?**
* Trigger endpoints with either [HTTP or events sources such as AWS or Kafka](https://docs.openfaas.com/reference/triggers/).
* Offload tasks to the built-in [queuing and background processing](https://docs.openfaas.com/reference/async/).
* Trigger endpoints with either [HTTP or events sources such as AWS or Kafka](https://docs.openfaas.com/reference/triggers/)
* Offload tasks to the built-in [queuing and background processing](https://docs.openfaas.com/reference/async/)
* Quick-start your Kubernetes journey with [GitOps from OpenFaaS Cloud](https://docs.openfaas.com/openfaas-cloud/intro/)
* Go secure or go home [with 5 must-know security tips](https://www.openfaas.com/blog/five-security-tips/)
* Learn everything you need to know to [go to production](https://docs.openfaas.com/architecture/production/)
@ -124,7 +124,7 @@ Official templates exist for many popular languages and are easily extensible wi
```
*handler.py*
* Golang example (`golang-http`)
* Golang example (`golang-http`)
```golang
package function