Flc゛
Flc゛
Solve the problem that RabbitmqMQ is disconnected when there is no message communication for a long time under permanent residence.
- [x] fixed doc - [x] fixed modal empty icon
see: https://github.com/jqhph/dcat-admin/pull/1906
修复代码在另外一个 PR:https://github.com/jqhph/dcat-admin/pull/1905
**I would like to add an `OptionFunc` to facilitate Gin configuration.** > Note: This adjustment supports downward compatibility. **Before:** ```go package main import "github.com/gin-gonic/gin" func main() { r := gin.New()...
I am thinking that in the actual project application scenario, our cron actually runs under multiple nodes. I was wondering if I could provide an independent way to support the...
## Example ```go package main import "github.com/go-kratos/kratos/v2/log" func main() { logger := log.DefaultLogger defer func() { if l, ok := logger.(log.Closeable); ok { _ = l.Close() } }() // ……...