how to install go , compile and run it in ubuntu18.04
- linuxtech
- May 20, 2020
- 1 min read
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
Comments