summaryrefslogtreecommitdiff
path: root/community/golangide/golangide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/golangide/golangide.sh')
-rw-r--r--community/golangide/golangide.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/golangide/golangide.sh b/community/golangide/golangide.sh
deleted file mode 100644
index d7d0772b5..000000000
--- a/community/golangide/golangide.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-ELF=/usr/bin/liteide
-if [ ! -z $GOROOT -a -e $GOROOT ]; then
- $ELF $@
-else
- GOROOT=/usr/lib/go $ELF $@
-fi