Skip to content

Commit 317c182

Browse files
committed
Add Go link to three posts
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a078d69 commit 317c182

3 files changed

+6
-0
lines changed

_posts/2019-02-14-serverless-single-page-app.md

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ Each function is automatically secured with HTTPS to encrypt traffic.
217217

218218
### Read the code
219219

220+
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
221+
220222
You can find the code for all three functions in the following GitHub repo. Fork or star the repo and share with your network.
221223

222224
* [alexellis/leaderboard-app](https://github.com/alexellis/leaderboard-app)

_posts/2019-04-10-golang-serverless.md

+2
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ OpenFaaS provides a flexible templating system and build process through the use
357357

358358
You can learn how to deploy OpenFaaS to Kubernetes and build functions and microservices using the [OpenFaaS workshop](https://github.com/openfaas/workshop/).
359359

360+
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
361+
360362
### Join the community
361363

362364
The OpenFaaS community values are: developers-first, operational simplicity, and community-centric.

_posts/2021-01-31-gitea-faas.md

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ Once logged in, we will create a git repository so when we need to add webhooks
176176

177177
For this guide we will be using golang for the Gitea bot, but you can use any language that you are comfortable working with.
178178

179+
> OpenFaaS and Gitea are both written in Go. Checkout Alex's new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
180+
179181
To get started, we'll need to pull the prebuilt OpenFaaS template, and create the skeleton of a function using `faas-cli`.
180182

181183
```bash

0 commit comments

Comments
 (0)