Documentation
¶
Overview ¶
Package toml provides the toml functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = marshal Unmarshal = toml.Unmarshal NewEncoder = toml.NewEncoder DecodeFile = toml.DecodeFile DecodeTOML = toml.Decode )
View Source
var (
Codec = codec{}
)
Functions ¶
func MarshalToString ¶
MarshalToString returns json string, and ignores error
Types ¶
type Decoder ¶ added in v0.0.17
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
type DecoderTOML ¶ added in v0.0.17
Click to show internal directories.
Click to hide internal directories.