summaryrefslogtreecommitdiff
path: root/community/go/go.run
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/go.run')
-rw-r--r--community/go/go.run8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/go/go.run b/community/go/go.run
deleted file mode 100644
index 2f68ce8ff..000000000
--- a/community/go/go.run
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-if [[ -z $GOROOT ]]; then
- export GOROOT=/usr/lib/go
-fi
-if [[ -z $GOROOT_FINAL ]]; then
- export GOROOT_FINAL=$GOROOT
-fi
-/usr/bin/go.elf "$@"