The Zeus programming editor for Windows and Ubuntu (under wine). 3

Posted by avalon Fri, 01 Jun 2012 09:38:00 GMT

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:

http://www.zeusedit.com/

StatHat is Hiring Go Developers

Posted by Brian Wed, 04 Apr 2012 18:55:00 GMT

Patrick Crosby at StatHat asked that we post this job, and we're only too happy to encourage Go developers to get paid.

Here's the job description.

Now get those resumes ready, Patrick and team have built an amazing product powered by Go.

Go 1 is released ! 1

Posted by avalon Wed, 28 Mar 2012 18:42:00 GMT

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

Posted by avalon Sat, 17 Mar 2012 12:24:00 GMT

 

A new book on the Go language has been published: 

The Way to Go

A Thorough Introduction to the Go Programming Language

By Ivo Balbaert

 Published: 3/9/2012 by IUniverse

Format:Perfect Bound Softcover(B/W)

Pages:628

Size:7.5x9.25

ISBN:978-1-46976-916-5

 Its main purpose is to clearly describe all the concepts of Go through many examples and exercises, and as such is suited for students, junior developers and developers new to the language alike. The code is Go1 ready.

It is a print-on-demand book, so trees are not unnecessarily killed for it.

It is available through Barnes and Noble:

http://www.barnesandnoble.com/w/the-way-to-go-ivo-balbaert/1109457121?ean=9781469769165&itm=1&usri=ivo+balbaert

and Amazon:

http://www.amazon.com/dp/1469769166/ref=rdr_ext_tmb

but also as an e-book:

http://www.diesel-ebooks.com/item/9781469769165/Balbaert-Ivo-The-Way-to-Go-A-Thorough-Introduction-to-the-Go-Programming-Language/1.html

 The books website: https://sites.google.com/site/thewaytogo2012/  where the code can be downloaded, and updates, articles and errata will be added.

 Publisher site:   http://bookstore.iuniverse.com/Products/SKU-000541025/The-Way-to-Go.aspx

Go used in YouTube!

Posted by avalon Wed, 29 Feb 2012 10:21:00 GMT

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. 

http://code.google.com/p/vitess/

Online game written in Go

Posted by avalon Fri, 24 Feb 2012 12:52:00 GMT

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

Posted by avalon Fri, 24 Feb 2012 12:42:00 GMT

On 22/2 Slamet Hendri announced the 1st version of a Content Management System written in Go. Check it out at:

http://gobl.me

Use Go for webservers: Introducing Falcore and Timber 2

Posted by avalon Fri, 03 Feb 2012 10:31:00 GMT

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

 

Weekly Release 2012-01-20

Posted by Brian Fri, 20 Jan 2012 14:19:00 GMT

Details about the Weekly Release made on 1/20/2012, including the promotion of the database package out of /exp. Click through for all the nitty-gritty.

A Note from the Go Team on Go Version 1

Posted by Brian Fri, 20 Jan 2012 14:14:00 GMT

Andrew Gerrand posted a note to the golang-dev mailing list about Go1 and stability of APIs moving forward. - Full message after the break.