Disable telemetry in Go

This commit is contained in:
Anthony Rose 2023-02-16 20:05:56 +00:00
parent 3b851b8633
commit 1ce5142230

View file

@ -3,6 +3,7 @@ export ANSIBLE_NOCOWS=1
export BLOCKSIZE=K
export EDITOR=vi
export ENV="$HOME/.shrc"
export GOTELEMETRY=off
export HISTCONTROL=ignorespace:ignoredups
export LANG=C
export PAGER=less