我有问题
不允许进口周期
看来,当我试图测试我的控制器时.作为输出我有
can't load package: import cycle not allowed
package project/controllers/account
imports project/controllers/base
imports project/components/mux
imports project/controllers/account
import cycle not allowed
package project/controllers/account
imports project/controllers/base
imports project/components/mux
imports project/controllers/account
import cycle not allowed
package project/controllers/account
imports project/controllers/base
imports project/components/mux
imports project/controllers/routes
imports project/controllers/base
Run Code Online (Sandbox Code Playgroud)
有人能告诉我,如何阅读或理解这个错误?依赖在哪里错了?
go ×1