我从github中拉下openshift/origin开源项目,vendor下是带有包的
![企业微信截图_15314447533718.png](https://static.studygolang.com/180713/d38fc9e80a9a98ec919edcceee7a3256.png)
但源文件中的import提示导入包是错误的
![image.png](https://static.studygolang.com/180713/3a75804d84f30eae704b559b00b23731.png)
GOPATH也没有对应的包
![image.png](https://static.studygolang.com/180713/8e1f6a3924cb048b331e13f823a4a95d.png)
这是目录
![image.png](https://static.studygolang.com/180713/586bdc5cefdaf97c9375f25e12f7b189.png)
我用的编辑器是goland
![image.png](https://static.studygolang.com/180713/3b7aa8cf3c539706d755d001313eedd2.png)
本人小白,还请各位大佬指点一下
GOPATH路径指向的是否是软链接?软链接的话会无法识别项目下的vendor
http://404-notfound.cn/vendor-workaround/
#1
更多评论
![image.png](https://static.studygolang.com/180713/3435157a7bc7c7a2bc96c3e32a96f325.png)
大佬,我gopath是存在这个文件的,应该不是软连接
#2
你这个Project放的位置不是在GOPATH下?我看路径是`D:\Users\admin\GoLandProject\jzyxxxxx` 而GOPATH是`D:\Users\admin\GoLandProject\GOPATH`,根据你的GOPATH设置你的Project的存放路径应该是`D:\Users\admin\GoLandProject\GOPATH\src\xxxxxxx`
#3