This commit is contained in:
Ashang
2022-04-04 16:01:36 +08:00
commit 20c576b9bc
72 changed files with 4680 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package comm
import "github.com/assimon/luuu/controller"
var Ctrl = &BaseCommController{}
type BaseCommController struct {
controller.BaseController
}