Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2020 v1.0.0 Jan 8, 2019 Changes in this version + var S = &Stats + type Stat struct + func (s *Stat) Increment() + func (s *Stat) IncrementBy(delta int64) + func (s *Stat) NanoTimer() func() + func (s *Stat) Set(val int64) + type Stats struct + func (s *Stats) Get(name string) *Stat + func (s *Stats) ServeHTTP(w http.ResponseWriter, r *http.Request)