1
0
mirror of https://github.com/fumiama/go-registry.git synced 2026-06-08 01:23:45 +08:00

update deps

This commit is contained in:
源文雨
2024-05-05 16:23:22 +09:00
parent 0332300038
commit b80da33d93
3 changed files with 38 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ func TestPush(t *testing.T) {
if err != nil {
t.Fatal(err)
}
err = r.Set("ZeroBot-Plugin/kanban", "\t QQ群:1048452984, TG群:t.me/zerobotplugin\n\t 开发群:752669987, 进阶开发群:705749886\n\n\t\t\t禁止用于违法用途")
err = r.Set("ZeroBot-Plugin/kanban", "\t QQ群:1048452984, TG群:t.me/zerobotplugin\n\t\t\t禁止用于违法用途")
if err != nil {
t.Fatal(err)
}