Open
Description
在编译go build的时候总是报错:import cycle not allowed
package github.com/kongyixueyuan.com/education
imports github.com/kongyixueyuan.com/education/sdkInit
imports github.com/hyperledger/fabric-sdk-go/pkg/client/channel
imports github.com/hyperledger/fabric-sdk-go/pkg/client/channel/invoke
imports github.com/hyperledger/fabric-sdk-go/pkg/client/common/selection/options
imports github.com/hyperledger/fabric-sdk-go/pkg/common/logging
imports github.com/hyperledger/fabric-sdk-go/pkg/core/logging/modlog
imports github.com/stretchr/testify/assert
imports net/http
imports crypto/tls
imports crypto/x509
imports net
imports runtime/cgo
imports runtime/cgo
请问该怎么解决?
Metadata
Metadata
Assignees
Labels
No labels