add vendor action

This commit is contained in:
fengzhiqiang
2019-01-08 11:26:33 +08:00
parent 4321c4fc5a
commit 505e30d20d
+6
View File
@@ -31,3 +31,9 @@ run:
@echo ".:: starting server ::."
@echo " bootstrap servers : $(RUN_ARGS)"
@go run serv.go -addr :9000 --bootstrap-servers $(RUN_ARGS)
vendor:
@echo ".:: update submodule ::."
@git submodule init
@git submodule update
@dep update