Tento commit je obsažen v:
Saúl Ortega 2018-02-23 10:13:39 -05:00 odevzdal GitHub
rodič 820073835e
revize 4c365f4783
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23

Zobrazit soubor

@ -1,11 +1,18 @@
# datatables
Simple parser for Datatables.
# Install
```
go get github.com/saulortega/datatables
```
# Usage
```go
import "github.com/saulortega/datatables"
//Parse receive *http.Request and returns a Filter struct
filter, err = datatables.Parse(r)
if err != nil {
//Handle error