[Solved] How to use go-sqlmock when I have concurrent query in my program?


The MatchExpectationsInOrder method disables in-order checking for exactly this scenario.

0

solved How to use go-sqlmock when I have concurrent query in my program?