beegoinit/db/db_test.go

10 lines
70 B
Go
Raw Normal View History

2020-07-02 15:59:04 +08:00
package db
import (
"testing"
)
func TestGetDsn(t *testing.T) {
}