influxdb/exports.sh

10 lines
124 B
Bash
Raw Normal View History

2013-10-03 17:20:43 +00:00
#!/usr/bin/env bash
cd `dirname $BASH_SOURCE`
export GOPATH=`pwd`
if [ -d $HOME/go ]; then
export GOROOT=$HOME/go
fi