GO | 在我的电脑设置GOPATH之后不生效

在我的电脑设置GOPATH教程
https://blog.csdn.net/belalds/article/details/80076817

go在github上面说明

https://github.com/golang/go/wiki/SettingGOPATH#windows
GO | 在我的电脑设置GOPATH之后不生效_第1张图片
因此我们可以通过

setx GOPATH %USERPROFILE%\go (this will set the GOPATH to your [home folder]\go e.g. setx GOPATH E:\go

来进行
GO | 在我的电脑设置GOPATH之后不生效_第2张图片
设置成功!!!

Note that : If you’re using a version of Windows prior to Vista, this command may not work,
so you can also set environment variables by navigating to Control Panel → Sys‐
tem → Advanced → Environment Variables.

你可能感兴趣的:([008]C/C++系列)