mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-05 05:53:45 +00:00
fix code typo
This commit is contained in:
parent
304d92be00
commit
2c54595c80
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user