chore: format go code (#4149)

This commit is contained in:
alwqx
2024-05-06 07:08:09 +08:00
committed by GitHub
parent c78bb76a12
commit 6707768ebd
3 changed files with 73 additions and 73 deletions

View File

@@ -19,7 +19,7 @@ func main() {
}
defer resp.Body.Close()
responseData, err := io.ReadAll(resp.Body)
if err != nil {
log.Fatal(err)