Renaming some stuff and starting on ch. 4 rpc example implemented in Go
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user