8 lines
95 B
Go
8 lines
95 B
Go
package zdb
|
|
|
|
import "testing"
|
|
|
|
func TestName(t *testing.T) {
|
|
ServerStart("127.0.0.1", 1216)
|
|
}
|