]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
misc: fully disable telemetry for Go >= 1.23
authorSimon Ruderich <simon@ruderich.org>
Fri, 16 Aug 2024 06:27:45 +0000 (08:27 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 16 Aug 2024 06:27:45 +0000 (08:27 +0200)
misc/go/telemetry/mode [new file with mode: 0644]
misc/setup.sh

diff --git a/misc/go/telemetry/mode b/misc/go/telemetry/mode
new file mode 100644 (file)
index 0000000..5ee191a
--- /dev/null
@@ -0,0 +1 @@
+off 2024-08-16
\ No newline at end of file
index 2d65a384b2f85f1e37c9648db06cc7495436152b..452deae0f96e5a19c5677646cfc360452233727c 100755 (executable)
@@ -34,6 +34,10 @@ if installed ghci; then
     link ghc/ghci ~/.ghci
 fi
 
+if installed go; then
+    link go ~/.config/go
+fi
+
 # Powerful FTP client.
 if installed lftp; then
     link lftp ~/.lftp