#!/bin/sh# goup shell setup# affix colons on either side of $PATH to simplify matchingcase":${PATH}:"in*:"$HOME/.goup/current/bin":*);;*)# Prepending path in case a system-installed go needs to be overriddenexportGOROOT=$HOME/.goup/currentexportPATH=$PATH:$GOROOT/bin;;esac