0.3.0: trig and twemproxy

This commit is contained in:
Cameron Sparr
2016-01-05 23:48:59 -07:00
parent 6fcd05b855
commit 5f4262921a
2 changed files with 11 additions and 8 deletions
-1
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} })
}