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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user