This commit is contained in:
Saúl Ortega 2018-02-23 10:13:39 -05:00 committato da GitHub
parent 820073835e
commit 4c365f4783
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23

Vedi File

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