Files
EdgeAPI/internal/db/models/plan_dao_test.go

7 lines
101 B
Go
Raw Normal View History

2021-10-29 14:02:40 +08:00
package models
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)