实现Ticket登录

This commit is contained in:
刘祥超
2024-05-10 14:28:36 +08:00
parent 401dff2bdb
commit 1579102b02
7 changed files with 286 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package models_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)