gtoml

原文:https://pkg.go.dev/github.com/gogf/gf/v2@v2.6.4/encoding/gtoml

Package gtoml provides accessing and converting for TOML content.

​ 软件包 gtoml 提供对 TOML 内容的访问和转换。

常量

This section is empty.

变量

This section is empty.

函数

func Decode

1
func Decode(v []byte) (interface{}, error)

func DecodeTo

1
func DecodeTo(v []byte, result interface{}) (err error)

func Encode

1
func Encode(v interface{}) ([]byte, error)

func ToJson

1
func ToJson(v []byte) ([]byte, error)

类型

This section is empty.

最后修改 March 29, 2024: 更新 (b5c9128)