TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloud Functions: Go 1.11 is now a supported language

252 pointsby yannikyeoover 6 years ago

13 comments

st3fanover 6 years ago
One thing that is not super clear from the blog post, and which may be a surpsise to some, is that Cloud Functions will require you to upload your source code. The compilation happens not on your end but on Google servers.<p>This is probably not a surprise for folks who have been using Python or Node for cloud functions, but it is something to think about.<p>Other FaaS providers don&#x27;t have this requirement, and just take a Linux x86_64 binary.
评论 #18925892 未加载
评论 #18927298 未加载
评论 #18928753 未加载
评论 #18927847 未加载
评论 #18925955 未加载
sethvargoover 6 years ago
Hey all - Seth from Google here. We&#x27;re really excited to bring Go to Google Cloud Functions (GCF). Please try it out, give us feedback, and let us know if you have any questions!
评论 #18923652 未加载
评论 #18924506 未加载
评论 #18924193 未加载
评论 #18924124 未加载
评论 #18929460 未加载
评论 #18924771 未加载
jay_kyburzover 6 years ago
As an aside, and since there are some googlers here, the heading animation on the blog has some issues in Firefox. They are super annoying. Would be nice if google supported all browsers.<p><a href="https:&#x2F;&#x2F;photos.app.goo.gl&#x2F;MgsfH8GZndCdyBjeA" rel="nofollow">https:&#x2F;&#x2F;photos.app.goo.gl&#x2F;MgsfH8GZndCdyBjeA</a>
评论 #18924828 未加载
sladeyover 6 years ago
We&#x27;ve used GCF for some production tasks and it&#x27;s worked pretty well for us.<p>Would like to see some more runtimes&#x2F;languages. I&#x27;m hoping AWS&#x27; recent layers implementation has made this more of a focus at Google. I&#x27;m curious how the implementation of Go has affected the ease of integrating other languages.
评论 #18924306 未加载
评论 #18924400 未加载
cygnedover 6 years ago
Nice! Go 1.11, especially modules, is a great step forward.
评论 #18924927 未加载
manigandhamover 6 years ago
Isn&#x27;t this all about to be replaced by serverless containers? With FaaS deployments just taking docker containers or building your code into one when you upload?<p>Why the continued work on a one-off runtime and http response spec instead?
评论 #18926395 未加载
评论 #18925908 未加载
评论 #18927548 未加载
dolftaxover 6 years ago
Single functionality HTTP handlers in Go, can now be served on HA. Nice.
thetechleadover 6 years ago
Trying to make sense of it from a business point of view. Could be useful for IoT applications. Event-driven, lightweight, scalable.
lukeafover 6 years ago
Worth the wait!
wiradikusumaover 6 years ago
Since it&#x27;s compiled (compared to Python or JS), is this faster&#x2F;lighter?
评论 #18934330 未加载
vira28over 6 years ago
Better late than never.
评论 #18923738 未加载
chrisbroadfootover 6 years ago
Meta comment: why did the HN title change to &quot;Go 1.11 is now a supported language&quot;?<p>This post is specifically about Google Cloud Functions, not Go 1.11 in general (which is over 6 months old).<p>edit: thanks, mods!
评论 #18924973 未加载
评论 #18925388 未加载
pjmlpover 6 years ago
&gt; func F(w http.ResponseWriter, r *http.Request)<p>And me thinking the days of C compilers with 10 character limit for identifiers on the symbol table was long gone.
评论 #18924624 未加载
评论 #18925148 未加载