支持Map类型的包装 #6

Merged
zhangdeman merged 9 commits from feature/support_map into master 2024-11-19 16:31:05 +08:00
Showing only changes of commit 822aabaac6 - Show all commits

View File

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