Files
thpeetz-notes/Quellen/Go.md
T

8 lines
170 B
Markdown

## Verwendung
## Installation
```shell
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
```