adding quickfix
This commit is contained in:
6
quickfix/_sql/embed.go
Normal file
6
quickfix/_sql/embed.go
Normal file
@ -0,0 +1,6 @@
|
||||
package sql
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed mssql mysql oracle postgresql sqlite3
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user