1 Star 0 Fork 615

Davy / gf

forked from John / gf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY: tidy
tidy:
$(eval files=$(shell find . -name go.mod))
@set -e; \
for file in ${files}; do \
goModPath=$$(dirname $$file); \
cd $$goModPath; \
go mod tidy; \
cd -; \
done
Go
1
https://gitee.com/Davy-lin/gf.git
git@gitee.com:Davy-lin/gf.git
Davy-lin
gf
gf
master

搜索帮助