@@ -325,6 +325,7 @@ if nerr, ok := err.(net.Error); ok && nerr.Temporary(){
}
if err != nil{
log.Fatal(err)
+}
```
## 链接