From 2305be536ab9474b19e2fe47f4cc892cfe909295 Mon Sep 17 00:00:00 2001 From: Akshay Deo Date: Wed, 25 Feb 2015 16:38:38 +0530 Subject: [PATCH 1/2] Added go-metrics in dev ops list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57859b9..0c340c8 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,7 @@ Software written in Go. * [Packer](https://github.com/mitchellh/packer) - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. * [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang. +* [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. ### Other Software From f8f196c27675a6c5815b704862fbeaf436b658da Mon Sep 17 00:00:00 2001 From: Akshay Deo Date: Thu, 26 Feb 2015 12:42:22 +0530 Subject: [PATCH 2/2] Arranged the dev ops list alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c340c8..50e5ea1 100644 --- a/README.md +++ b/README.md @@ -675,6 +675,7 @@ Software written in 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. +* [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. * [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. * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update. * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool. @@ -686,7 +687,6 @@ Software written in Go. * [Packer](https://github.com/mitchellh/packer) - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. * [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang. -* [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. ### Other Software