Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
8 lines
122 B
Go
8 lines
122 B
Go
package db
|
|||
|
|||
// Definitions for testing private methods
|
|||
var (
|
|||
IsSchemaEmpty = isSchemaEmpty
|
|||
BackupPath = backupPath
|
|||
)
|