Published
- 1 min read
install go lang on wsl
The solution for this is noted below
install go lang on wsl
Solution
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
sudo tar -xvf go1.14.2.linux-amd64.tar.gz
sudo mv go /usr/local
Try other methods by searching on the site. That is if this doesn’t work