Go语言TOML解析器tom toml.zip
TOML 是简洁配置语言. tom-toml 为 go 语言提供了对 TOML 操作支持. 解析 从文本或者文件对TOML进行解析生成基于map的 Toml 对象 注释 支持 TOML 中的注释操作 格式化 Toml 对象可以输出带缩进的格式化 TOML 文本 保持文本次序 格式化的结果尽量保持原文本元素中的次序 Toml 对象支持添加, 删除, 修改新元素操作 标签:tomtoml
文件列表
tom-toml-master.zip
(预估有个19文件)
tom-toml-master
item_test.go
2KB
parser.go
9KB
item.go
18KB
toml_test.go
9KB
parser_test.go
9KB
tests
hard_example.toml
1KB
example.toml
1KB
README_CN.md
6KB
暂无评论