shad-go/allocs/allocs.go
2020-08-26 22:34:08 +03:00

9 lines
No EOL
136 B
Go

// +build !solution
package allocs
// implement your Counter below
func NewEnhancedCounter() Counter {
return NewBaselineCounter()
}