Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问下,现在的beego包路径已经变了,想要做二次开发有没有什么简单的方法解决 #83

Open
wang-xiaowu opened this issue Apr 12, 2022 · 2 comments

Comments

@wang-xiaowu
Copy link

请问下,现在的beego包路径已经变了,想要做二次开发有没有什么简单的方法解决

@13414897882
Copy link

13414897882 commented Apr 12, 2022 via email

@wang-xiaowu
Copy link
Author

..\github.com\TruthHun\DocHub\helper\helper.go:42:2: cannot find package "github.com/astaxie/beego/cache" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\cache (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\cache (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\cache (from $GOPATH)
..\github.com\TruthHun\DocHub\routers\router.go:9:2: cannot find package "github.com/astaxie/beego/context" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\context (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\context (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\context (from $GOPATH)
..\github.com\TruthHun\DocHub\helper\crawl\crawl.go:6:2: cannot find package "github.com/astaxie/beego/httplib" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\httplib (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\httplib (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\httplib (from $GOPATH)
..\github.com\TruthHun\DocHub\helper\logs.go:9:2: cannot find package "github.com/astaxie/beego/logs" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\logs (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\logs (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\logs (from $GOPATH)
..\github.com\TruthHun\DocHub\models\AdminModel.go:5:2: cannot find package "github.com/astaxie/beego/orm" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\orm (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\orm (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\orm (from $GOPATH)
..\github.com\TruthHun\DocHub\helper\valid.go:12:2: cannot find package "github.com/astaxie/beego/validation" in any of:
        C:\Users\94391\go\src\github.com\TruthHun\DocHub\vendor\github.com\astaxie\beego\validation (vendor tree)
        C:\Program Files\Go\src\github.com\astaxie\beego\validation (from $GOROOT)
        C:\Users\94391\go\src\github.com\astaxie\beego\validation (from $GOPATH)

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

No branches or pull requests

2 participants