Prerequisutes
go supports a wide range of operating systems. There are two ways go can be installed on the system.
Binaries
Buildin...
For further actions, you may consider blocking this person and/or reporting abuse
Nice article, Krishna! Some things to consider, if you are running the latest version of Go,
$GOPATHis not necessary since we haveGOMODULES! Yaaay 🥳🎉 however,GOMODULESis not enabled by default, you need to set your environment variable toexport GO111MODULE=onSee this blog post for more information blog.golang.org/using-go-modules.Thanks for pointing out, Richard. I'll update the post shortly. 🙂