Files
EdgeAPI/internal/db/models/posts/post_dao_test.go

7 lines
105 B
Go
Raw Permalink Normal View History

2024-01-09 10:20:52 +08:00
package posts_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)