GOLANG PATH is not being SET

pull/14/head
alok 7 years ago
parent 47962e7320
commit 10c54bde0f
  1. 1
      aws-scripts/setup_golang.sh

@ -3,6 +3,7 @@ sudo yum update -y
sudo yum install -y golang
echo "now setting up go-lang paths"
# GOROOT is the location where Go package is installed on your system
echo "export GOROOT=/usr/lib/golang" >> $HOME/.bash_profile

Loading…
Cancel
Save