Files
thpeetz-notes/Quellen/Go.md
T

170 B

Verwendung

Installation

wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.2.linux-amd64.tar.gz