Renaming some stuff and starting on ch. 4 rpc example implemented in Go

This commit is contained in:
Dan Buch
2012-12-01 19:06:23 -05:00
parent 4c63923238
commit b0553c1b8d
7 changed files with 64 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
REPO_BASE := github.com/meatballhat/box-o-sand/sylvilagus/go
PACKAGES := \
$(REPO_BASE)/sylvilagus-conntest \
$(REPO_BASE)/sylvilagus-chapter02-hello-world-consumer \
$(REPO_BASE)/sylvilagus-chapter02-hello-world-producer
$(REPO_BASE)/sylvilagus-ch02-hello-world-consumer \
$(REPO_BASE)/sylvilagus-ch02-hello-world-producer \
$(REPO_BASE)/sylvilagus-ch04-rpc-server
test: build
go test -x -v $(PACKAGES)