slackbuilds_ponce/development/google-go-lang/go.sh
dsomero a11fe67bac Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 20:01:58 -04:00

3 lines
75 B
Bash

#!/bin/sh
export GOROOT=/opt/google/go
export PATH="${PATH}:${GOROOT}/bin"