master
李光春 2 years ago
parent 7cb4b3c975
commit 0f8d77c5de

@ -0,0 +1,13 @@
.PHONY: Golang Library
all: tidy update
tidy:
@go mod tidy
update:
@go get -u all
help:
@echo "make tidy - 整理依赖"
@echo "make update - 更新依赖"
Loading…
Cancel
Save