💩👌 make lint happy

This commit is contained in:
源文雨
2022-08-03 22:41:00 +08:00
parent 27c637ba66
commit e9a8b99f4f
3 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ func getrealurl(url string) (realurl string, err error) {
if err != nil {
return
}
_ = data.Body.Close()
realurl = data.Request.URL.String()
return
}