wrapper高级封装序列化能力

This commit is contained in:
2025-04-28 12:10:59 +08:00
parent f617c9cda4
commit 774d4bdc07
2 changed files with 77 additions and 1 deletions

2
yml.go
View File

@ -14,7 +14,7 @@ import (
)
var (
Yml = ownYml{}
Yml = &ownYml{}
)
type ownYml struct{}