1
0
mirror of https://github.com/fumiama/go-registry.git synced 2026-06-12 04:20:24 +08:00

add method cat & md5

This commit is contained in:
源文雨
2022-10-27 16:33:55 +08:00
parent 9963c35b7d
commit bc01e93330
6 changed files with 149 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestRegedit(t *testing.T) {
reg := NewRegedit("127.0.0.1:8888", "testpwd", "testsps")
reg := NewRegedit("127.0.0.1:8888", "testpwd", "testsps", 127, 127)
err := reg.Connect()
if err != nil {
t.Fatal(err)