From f467ee41f6eadf858039f98876291a7e35d8a4d0 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Tue, 26 Aug 2014 18:04:22 +0400 Subject: [PATCH] Add Gor project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2aea714..fd3ee353 100644 --- a/README.md +++ b/README.md @@ -559,6 +559,7 @@ Software written in Go. * [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. * [fleet](https://github.com/coreos/fleet) - A Distributed init System. * [gocc](https://code.google.com/p/gocc) - Gocc is a compiler kit for Go written in Go. +* [Gor] (https://github.com/buger/gor) - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. * [Juju](https://juju.ubuntu.com/) - Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more. * [nsq](http://nsq.io/) - A realtime distributed messaging platform * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.