Skip to content

Commit e8c1800

Browse files
committed
Add explicit link to Node, Python and Go
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0ad013b commit e8c1800

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/languages/go.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Go, aka Golang](https://go.dev/) is a popular open-source programming language created and maintained by a team at Google.
44

5+
!!! info "Do you need to customise this template?"
6+
7+
You can customise the official templates, or provide your own. The code for this templates is available on GitHub: [openfaas/golang-http-template](https://github.com/openfaas/golang-http-template/tree/master/template/golang-middleware).
8+
59
### Official Go template
610

711
The official and recommended template for Go for OpenFaaS is `golang-middleware`.

docs/languages/python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
There are two recommended templates for [Python 3](https://www.python.org/) users.
44

5+
!!! info "Do you need to customise this template?"
6+
7+
You can customise the official templates, or provide your own. The code for this templates is available on GitHub: [openfaas/python-flask-template](https://github.com/openfaas/python-flask-template/tree/master/template).
8+
59
* python3-http - based upon Alpine Linux, small image size, for pure Python only.
610
* python3-http-debian - based upon Debian Linux, larger image size, required for native C modules as as SQL, Kafka, Pandas, and image manipulation.
711

0 commit comments

Comments
 (0)