Commit e651fe9f authored by jiangpeng's avatar jiangpeng Committed by 33cn

makefile:disable go vet copylocks checking

parent f90c789d
...@@ -36,7 +36,7 @@ para: ...@@ -36,7 +36,7 @@ para:
@go build -v -o build/$(NAME) -ldflags "-X $(SRC_CLI)/buildflags.ParaName=user.p.$(NAME). -X $(SRC_CLI)/buildflags.RPCAddr=http://localhost:8901" $(SRC_CLI) @go build -v -o build/$(NAME) -ldflags "-X $(SRC_CLI)/buildflags.ParaName=user.p.$(NAME). -X $(SRC_CLI)/buildflags.RPCAddr=http://localhost:8901" $(SRC_CLI)
vet: vet:
@go vet ./... @go vet -copylocks=false ./...
autotest: ## build autotest binary autotest: ## build autotest binary
@cd build/autotest && bash ./run.sh build && cd ../../ @cd build/autotest && bash ./run.sh build && cd ../../
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment