Starting work on go version of chapter 2 examples
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user