Browse Source

Update README.md

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

+ 7
- 0
README.md View 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


Loading…
Cancel
Save