From 1d5c7312061b85dfe807320c8b2ea0aedc39f681 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 7 Feb 2020 11:38:18 -0800 Subject: [PATCH] updating data/examples.json --- data/examples.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/examples.json b/data/examples.json index d84bd5a..eb0f052 100644 --- a/data/examples.json +++ b/data/examples.json @@ -998,5 +998,15 @@ "serverless" ], "description": "Create serverless Telegram Bot with DB to keep track of users using Netlify Functions and FaunaDB" + }, + { + "name": "Go microservice demo", + "url": "https://github.com/carlmjohnson/netlify-go-function-demo", + "code": "", + "tags": [ + "golang", + "microservice" + ], + "description": "This repo shows how to use Netlify URL rewriting with functions to launch a microservice written in Go that uses the standard library http.Handler for endpoints." } -] +] \ No newline at end of file