mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:34:15 +08:00
@@ -27,7 +27,7 @@ func main() {
|
||||
if err != nil {
|
||||
fmt.Println("Error:", url, err)
|
||||
}
|
||||
fmt.Print(url, ": ", resp.Status)
|
||||
fmt.Println(url, ": ", resp.Status)
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user