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