Skip to content

Repository files navigation

query

Go package to parse the results from a query.

GoDocGo Report CardLicense Badge

Overview

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

typeQuerierinterface {
Query(ctx context.Context, cmdstring) (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

Development Dependencies

Testing

Prior to submitting a pull request, please run:

$ just check
$ just lint

To update and view the test coverage report:

$ just cover

License

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

About

Go package to return the desired type from various queries.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages