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