Browse Source

Update README.md

master
Saúl Ortega GitHub 6 years ago
parent
commit
820073835e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      README.md

+ 7
- 3
README.md View File

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


Loading…
Cancel
Save