mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-06 09:20:25 +08:00
8 lines
84 B
Go
8 lines
84 B
Go
package api
|
|
|
|
import "mayfly-go/pkg/ioc"
|
|
|
|
func InitIoc() {
|
|
ioc.Register(new(Msg))
|
|
}
|