Skip to content

Releases: fengxuway/toml

support time.Duration

19 Jan 04:05
71cc9a6
Compare
Choose a tag to compare

Support time.Duration.
Support go module.

type struct {
    Duration time.Duration `toml:"duration"`
}

toml.DecodeFile can parse config in format just like "5m30s".