shad-go/allocs/allocs.go

9 lines
136 B
Go
Raw Normal View History

2020-08-26 19:34:08 +00:00
// +build !solution
package allocs
// implement your Counter below
func NewEnhancedCounter() Counter {
return NewBaselineCounter()
}