From f2d636eb7906b1b7edc7220ce30f18cbe22c2dcf Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Wed, 7 Feb 2024 13:04:11 +0800 Subject: [PATCH] fix: comment out unused funcations Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- test/e2e/framework/helpers/chat/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/helpers/chat/chat.go b/test/e2e/framework/helpers/chat/chat.go index 7110d4c79..120255295 100644 --- a/test/e2e/framework/helpers/chat/chat.go +++ b/test/e2e/framework/helpers/chat/chat.go @@ -99,7 +99,7 @@ func main() { } // getLatestVersion fetches the latest version number from a given URL. -// 未使用函数 +// unused fun // func getLatestVersion(url string) (string, error) { // resp, err := http.Get(url) // if err != nil {