记录和显示最近常用的集群

This commit is contained in:
刘祥超
2021-05-03 11:32:43 +08:00
parent d88ad9b3a1
commit 75192b6a6e
8 changed files with 223 additions and 78 deletions

View File

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