Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

编译时go提示包循环 #74

Open
ic0xgkk opened this issue Aug 20, 2016 · 2 comments
Open

编译时go提示包循环 #74

ic0xgkk opened this issue Aug 20, 2016 · 2 comments

Comments

@ic0xgkk
Copy link

ic0xgkk commented Aug 20, 2016

[root@Xuegao mu]# go get
import cycle not allowed
package src/github.com/orvice/shadowsocks-go/mu
imports bufio
imports bytes
imports errors
imports runtime
imports runtime/internal/atomic
imports unsafe
imports runtime
import cycle not allowed
package src/github.com/orvice/shadowsocks-go/mu
imports github.com/golang/glog
imports os/user
imports runtime/cgo
imports runtime/cgo
[root@Xuegao mu]#

求解

@ic0xgkk ic0xgkk closed this as completed Aug 20, 2016
@ic0xgkk ic0xgkk reopened this Aug 20, 2016
@orvice
Copy link
Owner

orvice commented Aug 20, 2016

go版本多少?
尝试下重新安装go

@seanchann
Copy link

disable cgo for compile

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants