From 0d3dedbd6658b043aba06840f6d7ab8ec11e83da Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 21 Feb 2017 16:23:40 -0500 Subject: [PATCH] Create 100.gopath.sh --- custompkg/root/etc/skel/Library/bashrc.d/100.gopath.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 custompkg/root/etc/skel/Library/bashrc.d/100.gopath.sh diff --git a/custompkg/root/etc/skel/Library/bashrc.d/100.gopath.sh b/custompkg/root/etc/skel/Library/bashrc.d/100.gopath.sh new file mode 100644 index 0000000..23f443d --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/100.gopath.sh @@ -0,0 +1 @@ +export GOPATH="$HOME/Library/Go"