This commit is contained in:
Saúl Ortega 2018-02-23 10:09:45 -05:00 зафіксовано GitHub
джерело 674bdaa53e
коміт 820073835e
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 4AEE18F83AFDEB23

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