Versions in this module Expand all Collapse all v1 v1.0.1 Oct 21, 2020 Changes in this version + func Bytes2String(b []byte) string + func WaitForExit(twice bool, closeCh ...chan int) + type Duration time.Duration + func ParseDuration(durationStr string) (Duration, error) + func (d *Duration) Set(s string) error + func (d *Duration) Type() string + func (d *Duration) UnmarshalYAML(unmarshal func(interface{}) error) error + func (d Duration) MarshalYAML() (interface{}, error) + func (d Duration) String() string