timer -- import "github.com/mdw-go/tomato" Usage type Timer type Timer struct { } func SetTimer func SetTimer(duration time.Duration) *Timer func (*Timer) Start func (this *Timer) Start() func (*Timer) String func (this *Timer) String() string