How to Install golang (go1.9) on Ubuntu 16.04
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=h7RILbHoLBA
in this video i will show you how to install golang on ubuntu 16.04.
This step is very easy to follows :
1) download golang as .zip
2) extract to /usr/local/go
3) set global path for GO (so, you can type 'go' in terminal)
4) create a simple script (hello.go)
5) compile with : go build
6) run hello.go with : ./hello
finish!
see this video for details.
Other Videos By Ambar Hasbiyatmoko
Tags:
program
language
golang
install
ubuntu
terminal
download
compile
tutorial
linux
script