This is a continuation of my Go for Beginners series. Let's look at how we can install Go across different platforms.
MacOS
For MacOS users, you can find installation instructions via the official Go website or through this link - https://tecadmin.net/install-go-on-macos/
Windows
For Window users, you can find installation instructions via the official Go website or through this link - https://www.freecodecamp.org/news/setting-up-go-programming-language-on-windows-f02c8c14e2f/
Linux(Ubuntu)
For Linux users, you can find the installation instructions via the official Go website or through this link - https://www.howtoforge.com/how-to-install-go-programming-language-on-linux-ubuntu-debian-centos/
Top comments (0)