Update README.md

This commit is contained in:
Saúl Ortega 2018-02-23 10:13:39 -05:00 提交者 GitHub
父節點 820073835e
當前提交 4c365f4783
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23

查看文件

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