Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 543 Bytes

GoLang.md

File metadata and controls

23 lines (17 loc) · 543 Bytes

Setup GoLang

Choco

choco install golang

Bash for Windows

Download and install Go

cd $HOME
curl -s -L https://gist.githubusercontent.com/stefanprodan/29d738c3049a8714297a9bdd8353f31c/raw/1f3ae2cf97cb2faff52a8a3d98f0b6415d86c810/win10-bash-go-install.sh | sudo bash

Restart terminal or reload environment variables.

Verify the installation by running

go env

Script source 🗗, by Stefan prodan 🗗