Versions in this module Expand all Collapse all v1 v1.1.1 Jun 27, 2019 Changes in this version + func ScanToStruct(obj interface{}, q Queries, db *sql.DB) error + type Err struct + func (e Err) Error() string + type Queries map[string]*Query + func MustParseBytes(b []byte) Queries + func MustParseFile(path string) Queries + func ParseBytes(b []byte) (Queries, error) + func ParseFile(path string) (Queries, error) + func ParseReader(reader io.Reader) (Queries, error) + type Query struct + Query string + Tags map[string]string Incompatible versions in this module v2.0.0+incompatible Jun 27, 2019 Other modules containing this package github.com/knadh/goyesql/v2