shad-go/batcher/batcher.go
2020-02-15 02:04:08 +03:00

12 lines
166 B
Go

// +build !solution
package batcher
import "gitlab.com/slon/shad-go/batcher/slow"
type Batcher struct {
}
func NewBatcher(v *slow.Value) *Batcher {
return nil
}