Files
EdgeAPI/internal/db/models/posts/post_dao_test.go
2024-01-09 10:20:52 +08:00

7 lines
105 B
Go

package posts_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)