Go version 1 is released
blog.golang.org
Go version 1 is released
1–10 of 168 posts
Re: Go version 1 is released
#2[deleted]
Re: Go version 1 is released
#3Been playing with the weekly versions of Go for a couple weeks now. Highly enjoying it, my biggest pet peeve was that every library had a master and "weekly" branch which required me to manually pull down the weekly. Shouldn't be long and I can move to master!
Re: Go version 1 is released
#4Congrats to the Go team! I've been looking forward to this release for a while. Go makes it easy to do some very complex things, and much of this can be attributed to the wonderfully built standard library.
For those interested, you can run Go apps on Heroku using this buildpack: https://github.com/kr/heroku-buildpack-go
Note: you may need to use the #rc branch until its changes are merged in master
Re: Go version 1 is released
#5I'm still wishing that we could embed Go into a multithreaded c application, just like we can with the JVM and Mono. I would like to use Go as a "scripting" language. I have seen a thread in the mailing list that someone was working on it on a personal basis, but I can't find it anymore. It doesn't seem to be in high demand.
Re: Go version 1 is released
#6Congratulations to everyone involved.
Re: Go version 1 is released
#7Gogrammers, unite!
Re: Go version 1 is released
#8Been playing with the weekly versions of Go for a couple weeks now. Highly enjoying it, my biggest pet peeve was that every library had a master and "weekly" branch which required me to manually pull down the weekly. Shouldn't be long and I can move to master!
Doesn't go tool handles that automatically (i.e. checks out the most recent tag compatible with the current Go version)?
Re: Go version 1 is released
#9This is great news. The best part of it for me is that now my more conservative colleagues might dip their toes in the water. Combine that with the Vitess project and Go is not just a great language. It's viable.
Re: Go version 1 is released
#10If anyone from the Go team reads this, http://golang.org/doc/go_tutorial.html linked to from the blog gives a file not found error.