From 0b649102eee3922058c682cbd38bb015f223f6d3 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 5 May 2017 14:17:20 +0100 Subject: [PATCH] Create README.md --- sample-functions/BaseFunctions/golang/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sample-functions/BaseFunctions/golang/README.md diff --git a/sample-functions/BaseFunctions/golang/README.md b/sample-functions/BaseFunctions/golang/README.md new file mode 100644 index 00000000..de752596 --- /dev/null +++ b/sample-functions/BaseFunctions/golang/README.md @@ -0,0 +1,10 @@ +BaseFunction for Golang +========================= + +You will find a Dockerfile for Linux and one for Windows so that you can run serverless functions in a mixed-OS swarm. + +Dockerfile for Windows +* [Dockerfile.win](https://github.com/alexellis/faas/blob/master/sample-functions/BaseFunctions/golang/Dockerfile.win) + +This function reads STDIN then prints it back - you can use it to create an "echo service" or as a basis to write your own function. +