shad-go/allocs/allocs.go
2022-03-15 23:49:56 +03:00

9 lines
138 B
Go

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