增加ini序列化能力

This commit is contained in:
2025-04-28 11:52:29 +08:00
parent 8a9502c122
commit f617c9cda4
2 changed files with 68 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
)
var (
Toml *ownToml
Toml = &ownToml{}
)
type ownToml struct {