1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

improve DB.Close for package gdb

This commit is contained in:
John Guo 2021-08-25 10:58:29 +08:00
parent 29d50994ae
commit 6be582355c

View File

@ -111,6 +111,7 @@ func (c *Core) Close(ctx context.Context) (err error) {
if err != nil {
return
}
delete(m, k)
}
}
})