beegoinit/db/db_test.go
2020-07-02 15:59:04 +08:00

10 lines
70 B
Go

package db
import (
"testing"
)
func TestGetDsn(t *testing.T) {
}