Skip to content

Latest commit

 

History

25 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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(ctx context.Context, cmd string) (string, error)
}

Contributing

Contributions are welcome! To contribute please:

  1. 复刻 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.

关于

Go package to return the desired type from various queries.

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages