mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +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{
|
||||
log.Fatal(err)
|
||||
}
|
||||
```
|
||||
|
||||
## 链接
|
||||
|
Reference in New Issue
Block a user