结构体支持序列化输出
This commit is contained in:
4
go.mod
4
go.mod
@ -3,10 +3,10 @@ module git.zhangdeman.cn/zhangdeman/serialize
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230810093304-ccb4045065c4
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230815042559-b34984be7444
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/go-ini/ini v1.67.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b // indirect
|
||||
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b
|
||||
|
Reference in New Issue
Block a user