We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在main.go文件中, "kaiyu-web/auto"怎么找不到呢?
"kaiyu-web/auto"
package main import ( beego "github.com/beego/beego/v2/server/web" "kaiyu-web/auto" _ "kaiyu-web/filters" _ "kaiyu-web/routers" ) func main() { if beego.BConfig.RunMode == "dev" { beego.BConfig.WebConfig.DirectoryIndex = true beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger" //自动生成视图 auto.NewView() } beego.SetStaticPath("/upload", "upload") beego.Run() }
The text was updated successfully, but these errors were encountered:
git 漏传了,已push
Sorry, something went wrong.
No branches or pull requests
在main.go文件中,
"kaiyu-web/auto"
怎么找不到呢?The text was updated successfully, but these errors were encountered: