From 328b995bbc8c1dc4c8b3efd91a8e55758a2206b7 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Wed, 21 Feb 2024 19:11:20 +0800 Subject: [PATCH] go: disable telemetry --- .bash_profile | 2 -- .config/go/telemetry/mode | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .config/go/telemetry/mode diff --git a/.bash_profile b/.bash_profile index c1ad532..c57d0d6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -40,8 +40,6 @@ export ABDUCO_SOCKET_DIR="$XDG_DATA_HOME" # go phone home stuff export GOPROXY=direct export GOSUMDB=off -# more for the future -export GOTELEMETRY=off # wtf? export GOTOOLCHAIN=local diff --git a/.config/go/telemetry/mode b/.config/go/telemetry/mode new file mode 100644 index 0000000..de548f5 --- /dev/null +++ b/.config/go/telemetry/mode @@ -0,0 +1 @@ +off 2023-02-21 -- 2.43.0