优化操作系统和浏览器统计相关程序

This commit is contained in:
GoEdgeLab
2022-11-11 17:48:30 +08:00
parent b02ca0c840
commit 1a1b937a63
24 changed files with 1055 additions and 127 deletions

View File

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