I tried the answer here Removed golang but go command still works?, but it didn\'t work (I can still run go)
Currently, when I run which go I see this o
From the official install page -
To remove an existing Go installation from your system delete the go directory. This is usually
/usr/local/gounder Linux, macOS, and FreeBSD orc:\Gounder Windows.You should also remove the Go
bindirectory from your PATH environment variable. Under Linux and FreeBSD you should edit/etc/profileor$HOME/.profile. If you installed Go with the macOS package then you should remove the/etc/paths.d/gofile. Windows users should read the section about setting environment variables under Windows.