19 Star 70 Fork 15

sgoby / myhub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_linux.sh 226 Bytes
一键复制 编辑 原始数据 按行查看 历史
sangzh 提交于 2018-06-13 11:00 . update
#!/bin/bash
dir=`pwd`
export GOPATH=$dir
echo $GOPATH
git clone https://github.com/sgoby/myhub src/github.com/sgoby/myhub
go build -o bin/myhub src/github.com/sgoby/myhub/cmd/myhub/main.go
echo Congratulations. Build success!
Go
1
https://gitee.com/sgoby/myhub.git
git@gitee.com:sgoby/myhub.git
sgoby
myhub
myhub
master

搜索帮助