How to uninstall Golang?

后端 未结 13 1571
猫巷女王i
猫巷女王i 2020-12-29 00:55

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

13条回答
  •  情话喂你
    2020-12-29 01:24

    For Windows 10:

    1. Go to Apps in the Settings App.
    2. Look for Go Programming Language * in the list and uninstall it.
    3. Remove C:\Go\bin from your PATH environment variable (only if you don't plan on installing another version of golang)

提交回复
热议问题