1 Star 0 Fork 34

maxid/distributed-gosuv

forked from haiker/sudis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_standalone.sh 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
haiker 提交于 2017-12-03 19:46 . 分布式实现
#!/bin/bash -
#
set -e
set -o pipefail
cd $(dirname $0)
if test $(whoami) = "pi"
then
export GOPATH=/home/pi/build_tmp
export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin
fi
#[[ -f $HOME/.bash_profile ]] && source "$HOME/.bash_profile"
#[[ -f $HOME/.bashrc ]] && source "$HOME/.bashrc"
go generate
exec go build -tags vfs "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/istyle/distributed-gosuv.git
git@gitee.com:istyle/distributed-gosuv.git
istyle
distributed-gosuv
distributed-gosuv
master

搜索帮助