logo

dotfiles

My dotfiles, one branch per machine
commit: 1a9f7895c379440d8fab6fc891a434e805324380
parent: 754c93a5cbafc2d56dc62a967d054d0227a440a8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 29 Oct 2019 03:32:02 +0100

.profile: GO111MODULE=on GOPATH="$HOME/go"

Diffstat:

M.profile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -6,6 +6,8 @@ export EDITOR="$(which vis)" export ENV="$HOME/.profile" export GOPROXY="direct" # disable proxying to Google by default export GOSUMDB=off # do not query for module checksum when undefined in go.sum +export GO111MODULE=on +export GOPATH="$HOME/go" export ERL_AFLAGS="-kernel shell_history enabled" unset GIT_ALTERNATE_OBJECT_DIRECTORIES unset GIT_OBJECT_DIRECTORY