Documentation ¶ Index ¶ type Counter func New() Counter func (c Counter) Add(key string) int func (c Counter) Clear(key string) int func (c Counter) Count(key string) int func (c Counter) Keys() []string func (c Counter) Remove(key string) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Counter ¶ type Counter map[string]int func New ¶ func New() Counter func (Counter) Add ¶ func (c Counter) Add(key string) int func (Counter) Clear ¶ func (c Counter) Clear(key string) int func (Counter) Count ¶ func (c Counter) Count(key string) int func (Counter) Keys ¶ func (c Counter) Keys() []string func (Counter) Remove ¶ func (c Counter) Remove(key string) int Source Files ¶ View all Source files counter.go Click to show internal directories. Click to hide internal directories.