Skip to content

Instantly share code, notes, and snippets.

@faizalmansor
Last active February 3, 2025 02:29
Installing Go on Raspberry Pi Zero W
wget https://dl.google.com/go/go1.9.3.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.9.3.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment