git-svn-id: svn://47.119.165.148/zhub@58 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-01-08 08:19:58 +00:00
commit c0e9fa0c6b
16 changed files with 1175 additions and 0 deletions

7
zdb/zdb_test.go Normal file
View File

@@ -0,0 +1,7 @@
package zdb
import "testing"
func TestName(t *testing.T) {
ServerStart("127.0.0.1", 1216)
}