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

remove zb deps

This commit is contained in:
fumiama
2022-02-10 14:09:02 +08:00
parent 88a399835e
commit dce9486873
5 changed files with 46 additions and 76 deletions

View File

@@ -40,13 +40,13 @@ func TestReg(t *testing.T) {
}
func TestPush(t *testing.T) {
r := NewRegedit("reilia.eastasia.azurecontainer.io:32664", "fumiama", "--")
r := NewRegedit("reilia.fumiama.top:32664", "fumiama", "--")
err := r.Connect()
if err != nil {
t.Fatal(err)
}
/*
err = r.Set("ZeroBot-Plugin/kanban", "QQ群:1048452984, 开发群:705749886. 禁止用于商业用途")
err = r.Set("ZeroBot-Plugin/kanban", "QQ群:1048452984, 开发群:705749886. 禁止用于商业用途.\nv1.2.2及以下版本公告服将在2月下线.")
if err != nil {
t.Fatal(err)
}