include comment for member made public

This commit is contained in:
Paul Walker 2017-08-15 14:18:20 -07:00
parent b907a3d902
commit 5092ef2980

View File

@ -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 {