Category: go

go

GoLang tidbits

How to remove go installation on Mac? Before we update go, we will need to remove it from our system. To remove Go from Mac, issue the following command: To uninstall, delete the /usr/local/go directory by: Go Language Server Language server is a LSP protocol capable server that is created to support features like auto complete, go […]

Back To Top