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