Update README.md
这个提交包含在:
父节点
5c959ff0b8
当前提交
cdcd142e11
@ -27,9 +27,10 @@ response.Data = rows
|
||||
|
||||
//WriteResponse receive http.ResponseWriter. It send the response even if there are any error.
|
||||
//Use WriteResponseOnSuccess(w) if you do not want to send the response when there is an error.
|
||||
response.WriteResponse(w)
|
||||
|
||||
//
|
||||
err := response.WriteResponse(w)
|
||||
if err != nil {
|
||||
//Handle error
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户