You've already forked go-sqlxmock
mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2025-11-29 21:57:41 +02:00
implements named arguments support and adds delay expectation for context deadline simulation
This commit is contained in:
5
sqlmock_go18.go
Normal file
5
sqlmock_go18.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build go1.8
|
||||
|
||||
package sqlmock
|
||||
|
||||
// @TODO context based extensions
|
||||
Reference in New Issue
Block a user