Implementing the producer side and breaking out common topology bits

This commit is contained in:
Dan Buch
2012-11-15 00:05:44 -05:00
parent 46933f0611
commit 3fed0c2e4e
4 changed files with 88 additions and 18 deletions

View File

@@ -2,7 +2,8 @@ CLEAN_GOPATH := $(shell echo $(GOPATH) | tr ":" "\n" | grep -v '^$$' | grep -v $
GOPATH := $(PWD):$(CLEAN_GOPATH)
PACKAGES := \
meatballhat.com/sylvilagus-conntest \
meatballhat.com/sylvilagus-chapter02-hello-world-consumer
meatballhat.com/sylvilagus-chapter02-hello-world-consumer \
meatballhat.com/sylvilagus-chapter02-hello-world-producer
export GOPATH