yunlzheng / alertmanaer-dingtalk-webhook

Alertmanage dingtalk support
55 stars 30 forks source link

大佬 ,build 时报错了 #1

Open PAYNE1Z opened 5 years ago

PAYNE1Z commented 5 years ago

webhook.go:7:2: cannot find package "github.com/gin-gonic/gin" in any of: /usr/lib/golang/src/github.com/gin-gonic/gin (from $GOROOT) /root/go/src/github.com/gin-gonic/gin (from $GOPATH) webhook.go:8:2: cannot find package "github.com/yunlzheng/alertmanaer-dingtalk-webhook/model" in any of: /usr/lib/golang/src/github.com/yunlzheng/alertmanaer-dingtalk-webhook/model (from $GOROOT) /root/go/src/github.com/yunlzheng/alertmanaer-dingtalk-webhook/model (from $GOPATH) webhook.go:9:2: cannot find package "github.com/yunlzheng/alertmanaer-dingtalk-webhook/notifier" in any of: /usr/lib/golang/src/github.com/yunlzheng/alertmanaer-dingtalk-webhook/notifier (from $GOROOT) /root/go/src/github.com/yunlzheng/alertmanaer-dingtalk-webhook/notifier (from $GOPATH)

ZhuPeng commented 5 years ago

可以看一下 go 安装的相关教程,问题应该是 gopath 设置有问题,很多 package 找不到

From WeChat Mini Programe: GitHub Trending Hub

PAYNE1Z commented 5 years ago

可能是吧,但是我build其它go程序时是正常的