1
0
Fork 0
shezmu/stats/void.go

12 lines
147 B
Go
Raw Normal View History

2016-01-10 11:53:01 +00:00
package stats
import (
"time"
)
type Void struct{}
func (v *Void) Add(name string, dur time.Duration) {}
func (v *Void) Error(name string) {}