summaryrefslogtreecommitdiff
path: root/community/golangide/golangide.sh
blob: 486c8590b916a52e61dae09ecc7d4735e4579946 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ ! -z $GOROOT -a -e $GOROOT ]; then
  /usr/bin/liteide
else
  GOROOT=/usr/lib/go /usr/bin/liteide
fi