Saddam H
Saddam H
Add go 1.10.x & 1.11.x version for travis CI
Please don't create an issue in this repository. If you find any issue please feel free to create an issue to the code base repository **[Create an issue here](https://github.com/thedevsaddam/docgen/issues/new)**
Hello everyone, I'm just curious any companies or individual using **govalidator** in production? If you see the post please share with us, I'd like to include their list in Readme....
Probably we'll pass the request object to `AddCustomRule` to next major release (v.20) , but to do this we need more discussion
Query: `SELECT * FROM . WHERE age < 30` ```json { "one":{ "name":"John", "age":28 }, "two":{ "name":"Jane", "age":30 }, "three":{ "name":"Tom", "age":28 } } ``` Result: ```json { "one":{ "name":"John",...
Review code and refactoring. Add missing doc block to method and functions.
Instead of `Linear` search we should use a better way to find element when querying large amount of data.