10 lines
70 B
Go
10 lines
70 B
Go
package db
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetDsn(t *testing.T) {
|
|
|
|
}
|