mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:33:04 +08:00
Update 15.1.md
This commit is contained in:
@@ -325,6 +325,7 @@ if nerr, ok := err.(net.Error); ok && nerr.Temporary(){
|
|||||||
}
|
}
|
||||||
if err != nil{
|
if err != nil{
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 链接
|
## 链接
|
||||||
|
Reference in New Issue
Block a user