This commit is contained in:
Jay 2019-08-26 09:53:28 +00:00
parent b868cbf96e
commit 5c9b5e3d91
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func Ping() error {
if x == nil {
return ErrDBNotInit
}
return x.Ping()
}