9 lines
No EOL
136 B
Go
9 lines
No EOL
136 B
Go
// +build !solution
|
|
|
|
package allocs
|
|
|
|
// implement your Counter below
|
|
|
|
func NewEnhancedCounter() Counter {
|
|
return NewBaselineCounter()
|
|
} |