summaryrefslogtreecommitdiff
path: root/community/golangide/golangide.sh
blob: 824126c45640537885f04a90e4ce49e6258fff3b (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