1 Star 0 Fork 34

maxid / distributed-gosuv

forked from haiker / sudis 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build_standalone.sh 339 Bytes
Copy Edit Raw Blame History
haiker authored 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 "$@"
Go
1
https://gitee.com/istyle/distributed-gosuv.git
git@gitee.com:istyle/distributed-gosuv.git
istyle
distributed-gosuv
distributed-gosuv
master

Search