include comment for member made public
This commit is contained in:
parent
b907a3d902
commit
5092ef2980
@ -48,6 +48,7 @@ type Dialect interface {
|
||||
CurrentDatabase() string
|
||||
}
|
||||
|
||||
// DialectsMap map of registered dialects
|
||||
var DialectsMap = map[string]Dialect{}
|
||||
|
||||
func newDialect(name string, db SQLCommon) Dialect {
|
||||
|
Loading…
x
Reference in New Issue
Block a user