8 lines
99 B
Go
8 lines
99 B
Go
package _zdb
|
|
|
|
import "testing"
|
|
|
|
func TestService(t *testing.T) {
|
|
ServerStart("127.0.0.1", 1216)
|
|
}
|