使用go get 命令从github上拉取prometheus源码,并执行prometheus --config.file==xxx.yml可运行成功,但是源码中导入的包显示错误(已经在gopath中已经import对应的包)
![image.png](https://static.studygolang.com/200506/cfa92893d582744db0933c96521feef0.png)
如果在终端中执行go run main.go 则会出现以下错误
![image.png](https://static.studygolang.com/200506/5b2500be0bb9cbb212295557e87f1bd0.png)
已经在gopath中导入了cloud.google.com/go包,还是出现上述问题,应该如何解决?
有疑问加站长微信联系(非本文作者)