googlearchive / cloud-functions-go

Unofficial Native Go Runtime for Google Cloud Functions
Apache License 2.0
423 stars 44 forks source link

Add support for testing without node #21

Closed ssttevee closed 6 years ago

ssttevee commented 6 years ago

Running make godev will run the go binary directly instead of running testserver.js node module first.

This also enables the testing of functions on go-only or non-unix (i.e. windows) development environments.

Also helps with #6