Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 249 Bytes

File metadata and controls

18 lines (12 loc) · 249 Bytes

Google Cloud Function with Golang

This is an example how to develop Cloud Function in Golang

Local development

go run cmd/main.go
curl http://localhost:8080

Deployment

Just run the make command

make deploy_http