Versions in this module Expand all Collapse all v0 v0.1.3 Nov 3, 2017 Changes in this version + type Counter struct + func NewCounter(name string) *Counter + func (c *Counter) Add(delta int64) + func (c *Counter) Get() int64 + func (c *Counter) Set(value int64) + func (c *Counter) String() string