Sfoglia il codice sorgente

Update README.md

master
Saúl Ortega GitHub 6 anni fa
parent
commit
cdcd142e11
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. +4
    -3
      README.md

+ 4
- 3
README.md Vedi File

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

```



Loading…
Annulla
Salva