Update README.md

This commit is contained in:
Saúl Ortega 2018-02-23 10:07:08 -05:00 committed by GitHub
parent 7cc2772f44
commit 674bdaa53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ if err != nil {
# Struct # Struct
```
type Filter struct { type Filter struct {
Draw int Draw int
Start int Start int
@ -34,3 +35,4 @@ type Order struct {
Column Column Column Column
Dir string Dir string
} }
```