From a52c6b533e0935843c6aba4589ebdb10090ca440 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 4 Jan 2020 12:49:48 -0500 Subject: Add a lot of documentation surrounding this --- shell/utils | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shell/utils') diff --git a/shell/utils b/shell/utils index b84bb48..6c3e85e 100644 --- a/shell/utils +++ b/shell/utils @@ -1,4 +1,7 @@ - +# E.g. after `.mkshrc` is called, perhaps in `~/.mkshrc.local` +# export GOPATH=$HOME/code/gopath +# export GOROOT=$HOME/go/1.13.5 +# set_go set_go() { export GOPATH="${GOPATH:-$HOME/go}" export PATH="$GOPATH/bin:$PATH" -- cgit v1.2.3