From ff9fd05fdf1437c3afddda4d42d851d75068fb9b Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 2 Aug 2015 16:46:05 -0700 Subject: [PATCH] Remove GoBuild from DevOps Tools. The website appears to be down. As far as I can tell it's no longer active, but let me know if that's not the case. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9f6ad4..d1fe3b4 100644 --- a/README.md +++ b/README.md @@ -883,7 +883,6 @@ Software written in Go. * [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update. * [gobrew](https://github.com/cryptojuice/gobrew) - gobrew lets you easily switch between multiple versions of go. -* [GoBuild](http://gobuild.io/) - Online compile Go projects to Windows, Linux and MacOSX. * [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application. * [Gogs](http://gogs.io/) - A Self Hosted Git Service in the Go Programming Language. * [gonative](https://github.com/inconshreveable/gonative) - Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages.