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

View File

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