编译nsq-0.3.8,出现apps/nsq_pubsub/nsq_pubsub.go:20:2: use of internal package not allowed

ayac · · 10986 次点击
按理说不会。看看你的 nsq 源码在本地的目录结构?
#1
更多评论
<a href="/user/channel" title="@channel">@channel</a> 多谢提醒,解决了,确实是目录问题,只能在GOPATH目录下编译,而我在此目录外新建一份代码编译,故出错。谢谢解答!
#2