driftprogramming / pgxpoolmock

pgx postgresql pool
MIT License
38 stars 16 forks source link

row.go is no longer included in get so individual rows cant be created #9

Closed lenaxia closed 1 year ago

lenaxia commented 1 year ago

go get pgxpoolmock@v1.1.0 results in the following installation:

go.mod
go.sum
order_dao_example_test.go
pgx_pool.go
pgx_pool_mock.go
README.md
rows.go
testdata
vendor

This also means the example given in the readme no longer works