func github.com/go-pg/pg/v10/internal.Errorf
5 uses
github.com/go-pg/pg/v10/internal (current package)
error.go#L8: ErrNoRows = Errorf("pg: no rows in result set")
error.go#L9: ErrMultiRows = Errorf("pg: multiple rows in result set")
error.go#L16: func Errorf(s string, args ...interface{}) Error {
github.com/go-pg/pg/v10
messages.go#L76: var errEmptyQuery = internal.Errorf("pg: query is empty")
messages.go#L872: firstErr = internal.Errorf(err.Error())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)