The Zeus programming editor for Windows and Ubuntu (under wine). 3
This fast and lean editor packed with features for programming in a whole bunch of languages now also has full support for working with Go.
Particularly impressive is the code complete or intellisense feature built-in for Go, which is superior to all code completion features I have seen so far in other ide's (also on Linux), e.g. when opening the parameter list it shows the types of parameters to enter.
Furthermore Zeus offers code folding, a very handy feature I also haven't yet seen in other editors, a Goto Definition feature (very nice for browsing the Go source), and a whole bunch of code snippets (templates).
Zeus has the same capabilities and speed Visual Studio offers, but now Go developers have it for their favorite language!
See it in action in:
http://www.youtube.com/watch?v=CZ5Yl0KnbKs&feature=youtu.be
Go check it out at:
StatHat is Hiring Go Developers
Patrick Crosby at StatHat asked that we post this job, and we're only too happy to encourage Go developers to get paid.
Now get those resumes ready, Patrick and team have built an amazing product powered by Go.
Go 1 is released ! 1
Go 1 is a major release of Go that will be stable in the long term.
It is intended that programs written for Go 1 will continue to compile
and run correctly, unchanged, under future versions of Go 1.
All information can be found at: http://golang.org/
The Go 1 release notes list the significant changes since the last
release and explain how to update your code:
http://golang.org/doc/go1.html
To learn about the future of Go 1, read the Go 1 compatibility document:
http://golang.org/doc/go1compat.html
Go 1 is available as binary distributions for the
FreeBSD, Linux, Mac OS X, and Windows operating systems.
To install a binary distribution, follow these instructions:
http://golang.org/doc/install
Spread the word and start developing projects in Go !
New book on Go ! 6
A new book on the Go language has been published:
The Way to Go
A Thorough Introduction to the Go Programming Language
Published: 3/9/2012 by IUniverse
Format:Perfect Bound Softcover(B/W)
Pages:628
Size:7.5x9.25
ISBN:978-1-46976-916-5
It is a print-on-demand book, so trees are not unnecessarily killed for it.
It is available through Barnes and Noble:
and Amazon:
http://www.amazon.com/dp/1469769166/ref=rdr_ext_tmb
but also as an e-book:
Go used in YouTube!
The project vitess, which is the core of YouTube's new MySQL serving infrastructure, is written in Go.
The main goal of the project is to provide servers and tools to facilitate
scaling of MySQL databases for the web. It is predominantly developed in
Go, and is already being used in a large scale production environment.
Online game written in Go
An Pokemon MMORPG game written in Go can be found at: http://pokemon-universe.com !
The code can be found at: http://code.google.com/p/pokemon-universe/
A new CMS written in Go! 1
On 22/2 Slamet Hendri announced the 1st version of a Content Management System written in Go. Check it out at:
Use Go for webservers: Introducing Falcore and Timber 2
The company ngmoco, and in particular Dave Grijalva and Scott White, have built a new framework for building HTTP-servers by composing handlers into pipelines, inspired by Ruby Rack and nginx. Also tools for logging and performance measuring are built in.
Check it out at: http://ngenuity.ngmoco.com/2012/01/introducing-falcore-and-timber.html