I'm trying to install Go, gRPC and Protobuf but I cant even install Go in the first place.
I followed steps mentioned in this site:
https://tecadmin.net/install-go-on-centos/
My bash_profile file looks like this now:
http://prntscr.com/nf2bm9
And when I try to test go installation by typing "go version" in the console I get this error:
-bash: go: command not found
Where did I go wrong?
Note: I navigated to /usr/local/ to see if there is any go folder with files or not to confirm the files has been downloaded and moved at the right place.