Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2015 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func Parse(data []byte) (*ast.Table, error) + func Unmarshal(data []byte, v interface{}) error + func UnmarshalTable(t *ast.Table, v interface{}) (err error) + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func (d *Decoder) Decode(v interface{}) error + type Encoder struct + func NewEncoder(w io.Writer) *Encoder + func (e *Encoder) Encode(v interface{}) error + type Marshaler interface + MarshalTOML func() ([]byte, error) + type Unmarshaler interface + UnmarshalTOML func([]byte) error