fix: comment out unused funcations

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/1888/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent c9d226e7b8
commit f2d636eb79

@ -99,7 +99,7 @@ func main() {
} }
// getLatestVersion fetches the latest version number from a given URL. // getLatestVersion fetches the latest version number from a given URL.
// 未使用函数 // unused fun
// func getLatestVersion(url string) (string, error) { // func getLatestVersion(url string) (string, error) {
// resp, err := http.Get(url) // resp, err := http.Get(url)
// if err != nil { // if err != nil {

Loading…
Cancel
Save