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 golangthen we will update the system
sudo apt-get updatethen we will make a file with .go extension
sudo nano filename.gonow we will compile and run it by one command:
go run filename.goplz subscribe to my channel and i really hope now you can run golang in ubuntu


Comments