From edec45419def1b81bd663a2859684ef55ba56269 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 28 May 2012 20:14:47 +0000 Subject: Mon May 28 20:14:39 UTC 2012 --- community/go/go | 8 -------- community/go/go.run | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 community/go/go delete mode 100644 community/go/go.run (limited to 'community/go') diff --git a/community/go/go b/community/go/go deleted file mode 100644 index 2f68ce8ff..000000000 --- a/community/go/go +++ /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 "$@" 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 "$@" -- cgit v1.2.3-54-g00ecf