package utils type Utils struct{} func NewUtils() *Utils { return &Utils{} }