Versions in this module Expand all Collapse all v0 v0.2.0 Jul 4, 2018 Changes in this version + type Dur struct + func (v *Dur) Add(val time.Duration) + func (v *Dur) Set(val time.Duration) + func (v *Dur) String() string + func (v *Dur) UnmarshalJSON(data []byte) error + func (v *Dur) UnmarshalTOML(data []byte) error + func (v *Dur) UnmarshalText(data []byte) error + func (v *Dur) Value() time.Duration