1 Star 0 Fork 0

gongpeng/go-mysql-elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clear_vendor.sh 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
siddontang 提交于 2018-03-30 14:12 . update vendor (#232)
find vendor \( -type f -or -type l \) -not -name "*.go" -not -name "LICENSE" -not -name "*.s" -not -name "PATENTS" -not -name "*.h" -not -name "*.c" | xargs -I {} rm {}
# delete all test files
find vendor -type f -name "*_generated.go" | xargs -I {} rm {}
find vendor -type f -name "*_test.go" | xargs -I {} rm {}
find vendor -type d -name "_vendor" | xargs -I {} rm -rf {}
find vendor -type d -empty | xargs -I {} rm -rf {}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gongpengABC/go-mysql-elasticsearch.git
git@gitee.com:gongpengABC/go-mysql-elasticsearch.git
gongpengABC
go-mysql-elasticsearch
go-mysql-elasticsearch
master

搜索帮助