In this tutorial you will learn How to install golang in Manjaro ( Linux distribution based on the Arch Linux operating system ).

First we make sure that our computer system is up to date by using the command
sudo pacman -Syu

Then we download and install go language by using the command
sudo pacman -S go

After that we make sure that installation was successful by using the command
go version
which will display the version of go installed.

#linux #golang #go

How to install Go Language Golang In Manjaro Linux
2.70 GEEK