Implementing rpc example in Go

This commit is contained in:
Dan Buch
2012-12-02 08:41:05 -05:00
parent b0553c1b8d
commit 9fd03cab2f
4 changed files with 122 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ PACKAGES := \
$(REPO_BASE)/sylvilagus-conntest \
$(REPO_BASE)/sylvilagus-ch02-hello-world-consumer \
$(REPO_BASE)/sylvilagus-ch02-hello-world-producer \
$(REPO_BASE)/sylvilagus-ch04-rpc-server
$(REPO_BASE)/sylvilagus-ch04-rpc-server \
$(REPO_BASE)/sylvilagus-ch04-rpc-client
test: build
go test -x -v $(PACKAGES)