Skip to content

Instantly share code, notes, and snippets.

View ishiDACo's full-sized avatar

ishiDACo ishiDACo

View GitHub Profile
@riandyrn
riandyrn / INSTALL_GOLANG_1.13.4_AMI_LINUX.md
Last active December 18, 2021 21:23
[Install Golang 1.13.4 on AMI Linux]

Install Golang

cd /usr/local/
sudo wget https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz
sudo tar -xzf go1.13.4.linux-amd64.tar.gz

Append Golang Binary to Path