Go package to parse the results from a query.
Package query provides convenience functions for parsing the results from a Query.
type Querier interface {
Query(cmd string) (string, error)
}
Contributions are welcome! To contribute please:
- Fork the repository
- Create a feature branch
- Code
- Submit a pull request
Prior to submitting a pull request, please run:
$ make check
$ make lint
To update and view the test coverage report:
$ make cover
query is released under the MIT license. Please see the LICENSE.txt file for more information.