From 62aa9d6d730bb47847b9716989416716e004290f Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 7 Jun 2017 10:52:11 -0700 Subject: [PATCH] Update golang instructions --- examples/go/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/go/README.md b/examples/go/README.md index 34ab3668..17e54fa2 100644 --- a/examples/go/README.md +++ b/examples/go/README.md @@ -4,8 +4,10 @@ The `go` runtime uses the [`plugin` package](https://golang.org/pkg/plugin/) to ## Requirements +First, [set up your fission deployment with the go environment](https://github.com/fission/fission/blob/master/environments/go/README.md). + To use this environment, download the [build helper -script](environments/go/builder/go-function-build). +script](https://raw.githubusercontent.com/fission/fission/master/environments/go/builder/go-function-build). The script must be run in the same directory as the function you're building.