top of page
Search

how to install go , compile and run it in ubuntu18.04

first we need to install golang by typing:


sudo apt-get install golang

then we will update the system


sudo apt-get update

then we will make a file with .go extension

sudo nano filename.go

now we will compile and run it by one command:

go run filename.go

plz subscribe to my channel and i really hope now you can run golang in ubuntu

 
 
 

Recent Posts

See All

Comments


Subscribe Form

©2020 by LinuxTech. Proudly created with Wix.com

bottom of page