Uninstall Go from Mac
Uninstalling Golang from Mac OSX machine can be done easily. All you to do is the remove this directory /usr/local/go
Doing this will remove the binaries for Golang but not the residue files which you have installed elsewhere.
To remove the additional files, you need to check the environment variables for GOPATH and GOROOT. Those the files that you need to delete as well if you plan to remove Golang entirely.
If you plan to upgrade Go, you don't have to remove the previous version of Go manually. It will be removed when you install the latest version of Go lang.
For example, you will get an alert message that the previous Go version will be removed when upgrading to Go on a Mac OS X.
Hope this tutorial is useful ... but hope you will continue to use and learn Go.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+15.6k Golang : How to convert(cast) IP address to string?
+11.2k Golang : How to pipe input data to executing child process?
+48.1k Golang : How to convert JSON string to map and slice
+13k Swift : Convert (cast) Int to String ?
+51.4k Golang : Check if item is in slice/array
+19.5k Golang : Example for DSA(Digital Signature Algorithm) package functions
+8.3k Golang : Implementing class(object-oriented programming style)
+11.3k Golang : Intercept and process UNIX signals example
+11.7k Golang : Gorilla web tool kit secure cookie example
+11.2k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example
+7.9k Swift : Convert (cast) String to Float
+6.3k Golang : Extract sub-strings