mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 14:45:48 +08:00
refactor: cast包替换
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"mayfly-go/pkg/req"
|
||||
"strings"
|
||||
|
||||
"github.com/may-fly/cast"
|
||||
"github.com/spf13/cast"
|
||||
)
|
||||
|
||||
type MsgChannel struct {
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"mayfly-go/pkg/utils/jsonx"
|
||||
"strings"
|
||||
|
||||
"github.com/may-fly/cast"
|
||||
"github.com/spf13/cast"
|
||||
)
|
||||
|
||||
type MsgTmpl struct {
|
||||
|
||||
Reference in New Issue
Block a user