package maker type maker struct{} func NewMaker() *maker { return &maker{} }