1.添加build发布脚本

2.更新.gitgnore
3.更新readme.md
This commit is contained in:
linxiaozhi
2019-02-17 09:15:19 +08:00
parent e392e4c12e
commit 5254e85600
3 changed files with 38 additions and 4 deletions

View File

@@ -134,7 +134,9 @@ jobs/job.go:19:2: cannot find package "golang.org/x/crypto/ssh" in any of:
需要 git clone https://github.com/golang/crypto.git
并拷贝到 $GOPATH/src/golang.org/x/ 下就OK
git clone https://github.com/golang/crypto.git $GOPATH/src/golang.org/x/crypto
# Docker