Skip to content

Instantly share code, notes, and snippets.

View easmith's full-sized avatar
🎯
Focusing

Eugene Smith easmith

🎯
Focusing
View GitHub Profile
#!/bin/bash
VERSION=1.11.2
OS=linux
ARCH=amd64
wget https://dl.google.com/go/go$VERSION.$OS-$ARCH.tar.gz
sudo tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz