This commit is contained in:
2024-11-21 15:07:08 +08:00
parent b7890f7fd0
commit 3bb36680ad
3 changed files with 4 additions and 45 deletions

View File

@ -8,7 +8,6 @@
package wrapper
import (
"git.zhangdeman.cn/zhangdeman/easymap"
"time"
)
@ -468,7 +467,7 @@ type StringSliceResult struct {
//
// Date : 16:05 2023/8/10
type MapResult struct {
Value easymap.EasyMap
Value Map
Err error
}