mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-08 08:12:02 +00:00
fix code typo
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
```Go
|
||||
resp, err := http.Get(url)
|
||||
if err != nil{
|
||||
return nill, err
|
||||
return nil, err
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user