googlearchive / cloud-functions-go

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

where put my code #9

Closed albertog closed 7 years ago

albertog commented 7 years ago

I tested and work very nice but I have a doubt where should I place my code and how in other to be isolate of runtime code.

nodego.go ? main.go ? other

salrashid123 commented 7 years ago

It should go into main.go

albertog commented 7 years ago

thanks for clarification