diff --git a/utilities/runAvg/runAvg.go b/utilities/runAvg/runAvg.go index 6c0d3b0..c12efa9 100644 --- a/utilities/runAvg/runAvg.go +++ b/utilities/runAvg/runAvg.go @@ -1,7 +1,7 @@ /* A utility to calculate the running average. -One should implement Val() to be able to use this utility. +One should implement Val() and ID() to use this utility. */ package runAvg