summaryrefslogtreecommitdiff
path: root/community/go/go.run
blob: 2f68ce8ff2b5c3cc00008e5f000c9661f8941c3c (plain)
1
2
3
4
5
6
7
8
#!/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 "$@"