42b7abccc0
since I don't really want the overhead of separate repos for silly crap like this.
8 lines
312 B
Bash
8 lines
312 B
Bash
if [ -z "$_GOTIME_DID_SETUP" ] ; then
|
|
export PATH="$HOME/src/box-o-sand/src/gotime/.installation/go/bin:$PATH"
|
|
export GOROOT="$HOME/src/box-o-sand/src/gotime/.installation/go"
|
|
export GOPATH="$HOME/src/box-o-sand/src/gotime:$GOROOT"
|
|
source "$GOROOT/misc/bash/go"
|
|
export _GOTIME_DID_SETUP=1
|
|
fi
|