1 Star 0 Fork 0

gaokens / godpi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.golint.sh 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
cd "$(dirname $0)"
go get github.com/golang/lint/golint
# Add subdirectories here as we clean up golint on each.
for subdir in $GO_DIRS; do
res=$(golint $subdir)
if [[ $res != '' ]]; then
echo "$res"
exit 1
fi
done
1
https://gitee.com/tingkle/godpi.git
git@gitee.com:tingkle/godpi.git
tingkle
godpi
godpi
master

搜索帮助