1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-05-13 21:56:39 +02:00

looking for maintainers note

This commit is contained in:
gedi 2020-06-21 16:53:00 +03:00
parent 3b99664e4f
commit 7c0bc43a68
No known key found for this signature in database
GPG Key ID: 56604CDCCC201556

View File

@ -21,6 +21,11 @@ maintain correct **TDD** workflow.
interface, you will need to switch it to a pointer struct type. Also, **sqlmock.Rows** were used to implement **driver.Rows** interface, you will need to switch it to a pointer struct type. Also, **sqlmock.Rows** were used to implement **driver.Rows**
interface, which was not required or useful for mocking and was removed. Hope it will not cause issues. interface, which was not required or useful for mocking and was removed. Hope it will not cause issues.
## Looking for maintainers
I do not have much spare time for this library and willing to transfer the repository ownership
to person or an organization motivated to maintain it. Open up a conversation if you are interested. See #230.
## Install ## Install
go get github.com/DATA-DOG/go-sqlmock go get github.com/DATA-DOG/go-sqlmock