summarylogtreecommitdiffstats
path: root/etcgobin
diff options
context:
space:
mode:
Diffstat (limited to 'etcgobin')
-rw-r--r--etcgobin4
1 files changed, 4 insertions, 0 deletions
diff --git a/etcgobin b/etcgobin
new file mode 100644
index 000000000000..d638bf63fbaf
--- /dev/null
+++ b/etcgobin
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export GOROOT=/opt/go
+export PATH=$PATH:$GOROOT/bin