0.3.0: trig and twemproxy

This commit is contained in:
Cameron Sparr
2015-12-15 12:36:45 -06:00
parent 6fcd05b855
commit 5f4262921a
2 changed files with 11 additions and 8 deletions

View File

@@ -41,6 +41,5 @@ func (s *Trig) Gather(acc plugins.Accumulator) error {
}
func init() {
plugins.Add("Trig", func() plugins.Plugin { return &Trig{x: 0.0} })
}