Skip to content

Commit

Permalink
cleaned up README
Browse files Browse the repository at this point in the history
  • Loading branch information
sausheong committed Sep 13, 2014
1 parent cd4f12b commit 6e24e28
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 350 deletions.
460 changes: 113 additions & 347 deletions README.md

Large diffs are not rendered by default.

Binary file added doc_images/architecture.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
4 changes: 3 additions & 1 deletion responders/.foreman
@@ -1,2 +1,4 @@
concurrency:
hello_go=5
hello_ruby=5,
hello_go=5

3 changes: 2 additions & 1 deletion responders/Procfile
@@ -1 +1,2 @@
hello_go: ./goresp/goresp
hello_ruby: ruby -C ./ruby responder.rb
hello_go: ./goresp/goresp
1 change: 0 additions & 1 deletion responders/goresp/responder.go
Expand Up @@ -3,7 +3,6 @@ package main
import (
zmq "github.com/pebbe/zmq4"
"fmt"
"crypto/rand"
"code.google.com/p/go-uuid/uuid"
)

Expand Down

0 comments on commit 6e24e28

Please sign in to comment.