eWEEK content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.
1GG: A Build Tool for Go in Go Tool
3Gocheck: Rich Test Framework With Suites, Fixtures, Assertions, Etc.
The Go language provides an internal testing library, named testing, which is relatively slim due to the fact that the standard library correctness by itself is verified using it. The Gocheck package, on the other hand, expects the standard library from Go to be working correctly, and builds on it to offer a richer testing framework for libraries and applications to use.
4Chimp
9GOOP
10DBGo
11GoMySQL
12MyMySQL
13Couch-Go
14Go-DB
15Go Database Interface
16Working with Go and MongoDB
17Working with Go and MySQL
18Creating Go Projects
19Running Go Scripts
20Go Cloud Backup Utilities
The projects feature small Go utilities to back up data from the cloud to the cloud: https://github.com/nictuku/Cloud-Backups
21Eclipse IDE for Go
GoClipse is an Eclipse plug-in that adds integrated development environment (IDE) functionality to the Eclipse platform for the Go programming language. The purpose of GoClipse is to create an environment in which the development of Go is easy for a beginner to an intermediate user: http://code.google.com/p/goclipse/
22Go Interpreter
23Experimental Go Compiler
24Go Project Creation Wizard
25JavaScript Engine Wrapper for Go
This is a wrapper for WebKit’s JavaScript engine for Go: https://bitbucket.org/rj/javascriptcore-go/overview