fix: comment out unused funcations

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim) 2024-02-07 13:04:11 +08:00
parent c9d226e7b8
commit f2d636eb79

View File

@ -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 {