Skip to content

Commit

Permalink
[*] update README with a minimum Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Sep 8, 2023
1 parent d18c4e5 commit 7ccae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It's based on the well-known [sqlmock](https://github.com/DATA-DOG/go-sqlmock) l

**pgxmock** has one and only purpose - to simulate **pgx** behavior in tests, without needing a real database connection. It helps to maintain correct **TDD** workflow.

- written based on **go1.15** version, however, should be compatible with **go1.11** and above;
- written based on **go1.21** version;
- does not require any modifications to your source code;
- has strict by default expectation order matching;
- has no third party dependencies except **pgx** packages.
Expand Down

0 comments on commit 7ccae6c

Please sign in to comment.