thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.18k stars 140 forks source link

Use type-switch in length #34

Closed cristaloleg closed 5 years ago

cristaloleg commented 5 years ago

Make length function in helper.go slightly easier.

And thanks for the great lib!

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 241


Totals Coverage Status
Change from base Build 239: 0.0%
Covered Lines: 911
Relevant Lines: 911

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 241


Totals Coverage Status
Change from base Build 239: 0.0%
Covered Lines: 911
Relevant Lines: 911

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 241


Totals Coverage Status
Change from base Build 239: 0.0%
Covered Lines: 911
Relevant Lines: 911

💛 - Coveralls
thedevsaddam commented 5 years ago

Can you send the PR to dev branch?

cristaloleg commented 5 years ago

Done