文件名称:toml:Golang 的 TOML 解析器和编码器库
文件大小:67KB
文件格式:ZIP
更新时间:2024-08-13 09:22:54
Go
Golang 的 TOML 解析器和编码器库 解析器和编码器库。 该库与 TOML 版本兼容。 安装 go get -u github.com/naoina/toml 用法 下面的 TOML 保存为example.toml 。 # This is a TOML document. Boom. title = " TOML Example " [ owner ] name = " Lance Uppercut " dob = 1979-05-27T07:32:00-08:00 # First class dates? Why not? [ database ] server = " 192.168.1.1 " ports = [ 8001 , 8001 , 8002 ] connection_max = 5000 enabled = true [ servers ] # You