From cc58adefec5b14edbad398c4c21b2c89c74ce1e6 Mon Sep 17 00:00:00 2001 From: Michel Aquino Date: Wed, 19 Oct 2016 14:08:07 -0200 Subject: [PATCH] Add go-torch - Stochastic flame graph profiler for Go programs (#1140) * Update README Add govendor (https://github.com/kardianos/govendor), a go Package Manager * Update README.md Adding in alphabetical order * Update README Add go-swagger * Update README.md * Update README.md * Update README.md * Remove go-swagger * alphabetic order * alphabetic order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c00ba54..e8534407 100644 --- a/README.md +++ b/README.md @@ -1014,6 +1014,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-rate](https://github.com/beefsack/go-rate) - A timed rate limiter for Go. * [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go. +* [go-torch](https://github.com/uber/go-torch) - Stochastic flame graph profiler for Go programs. * [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.