google-cloud-functions-go icon indicating copy to clipboard operation
google-cloud-functions-go copied to clipboard

Google Cloud Function tutorial and hacks to enable the use of Go.

Results 5 google-cloud-functions-go issues
Sort by recently updated
recently updated
newest added

I am trying to create a functions.so on ubuntu 14.04 with go1.11 & seeing following. Is there anything additional I need to do ? fatal error: runtime: no plugin module...

I am getting below , using go1.9 ``` $cat examples/topic/event.json | cloud-functions-go-shim -entry-point F -event-type topic -plugin-path functions.so 2017/09/09 10:37:27 unable to load the Go plugin: plugin.Open: plugin was built...

Thanks Kelsey, this is really cool. I created a simple Docker image for Go 1.8.1 and Kelsey's cli tools. * https://hub.docker.com/r/barl3yb3ar/go1.8.1-gcf/ Here is my how-to, but the HTTP API does...

Getting this error when trying to use event bucket and then read the contents from Cloud Storage. ``` panic: interface conversion: http.http2StreamError is not http.http2writeFramer: missing method writeFrame goroutine 1...

how to no need for verification use google datastore like this: https://github.com/GoogleCloudPlatform/nodejs-docs-samples ``` func F(w http.ResponseWriter, r *http.Request) { ctx = r.Context() ``` this way failure ``` panic: interface conversion:...