Update README.md

This commit is contained in:
Saúl Ortega 2018-02-23 10:13:39 -05:00 zatwierdzone przez GitHub
rodzic 820073835e
commit 4c365f4783
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23

Wyświetl plik

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