LarryLiu
LarryLiu
### 1. What version of `Go` and system type/arch are you using? go version go1.18.1 darwin/arm64 ### 2. What version of `GoFrame` are you using? v2.0.4 ### 3. Can this...
1.当配置文件中增加tables 时无法生成model 2.为啥生成的model都是再一个model.go中,而不是一个表一个文件
1.Handle 是否可以增加一个全局的Handle 2.model对象是不是可以增加GetTableName() string 如果增加的这些可以实现saas模式的开发 ### 1. What version of `Go` and system type/arch are you using? ### 2. What version of `GoFrame` are you using? ### 3. Can this...
1.edit .gitignore add '.idea' ignore 2. add marker folder 1. add 'player.maker.js',show move number in board. 2. add 'test.html',click 'Switch Marker' can be tested in the menu.
大佬有没有多租户的解决方法
` group.GET("/hello", func(r *ghttp.Request) { r.Response.Write("1") time.Sleep(10 * time.Second) r.Response.Write("ohell") }) ` **What version of `Go` and system type/arch are you using?** go version go1.22.0 darwin/arm64 **What version of `GoFrame`...