Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.29 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.29 KB

query

Go package to parse the results from a query.

GoDoc Go Report Card License Badge

Overview

Package query provides convenience functions for parsing the results from a Query.

type Querier interface {
	Query(cmd string) (string, error)
}

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Testing

Prior to submitting a pull request, please run:

$ make check
$ make lint

To update and view the test coverage report:

$ make cover

License

query is released under the MIT license. Please see the LICENSE.txt file for more information.