
How to test database interactions in golang applications
Testing of functions with database interactions always was challenging. Recently, I found a wonderful library, which will simplify writing tests and mocking database queries in golang applications a lot. And I want to share a short example of how to work with it.
Read more