googlearchive / cloud-functions-go

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

Fixed go make target #22

Closed ssttevee closed 6 years ago

ssttevee commented 6 years ago

should be

go build -tags netgo -tags node $(GOBIN).go

instead of

go build -tags netgo node $(GOBIN).go