Versions in this module Expand all Collapse all v0 v0.9.10 Nov 3, 2017 v0.9.9 Oct 18, 2017 Changes in this version + type Freq struct + func New(t time.Time) *Freq + func (f *Freq) Hits() int + func (f *Freq) Reset(t time.Time, hits int) + func (f *Freq) Update(d time.Duration, now time.Time) int