blob: 5bedb4f9ae120f53df61e98585135671ffa17aef [file] [log] [blame]
if [[ -z `which go` ]]; then
echo "Please install Go before running the server."
exit 1
fi
go get github.com/gorilla/securecookie
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $DIR
GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@