Update README.md

Cette révision appartient à :
Saúl Ortega 2018-02-23 10:09:45 -05:00 révisé par GitHub
Parent 674bdaa53e
révision 820073835e
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -1,16 +1,20 @@
# datatables
Parser for Datatables
Simple parser for Datatables.
# Usage
```go
import "github.com/saulortega/datatables"
filter, err = datatables.Parse(r)
if err != nil {
//Handle error
//Handle error
}
```
# Struct
```
```go
type Filter struct {
Draw int
Start int