Starting work on go version of chapter 2 examples

This commit is contained in:
Dan Buch
2012-11-14 21:16:00 -05:00
parent 18a9674ec2
commit 1991c87ba9
3 changed files with 37 additions and 2 deletions

View File

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