Update README.md

Bu işleme şunda yer alıyor:
Saúl Ortega 2018-03-01 14:57:00 -05:00 işlemeyi yapan: GitHub
ebeveyn 5c959ff0b8
işleme cdcd142e11
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23

Dosyayı Görüntüle

@ -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
}
```