Versions in this module Expand all Collapse all v2 v2.1.0 May 7, 2024 v2.0.0 Apr 7, 2024 Changes in this version + type TOML struct + func Parser() *TOML + func (p *TOML) Marshal(o map[string]interface{}) ([]byte, error) + func (p *TOML) Unmarshal(b []byte) (map[string]interface{}, error) Other modules containing this package github.com/knadh/koanf github.com/knadh/koanf/parsers/toml