7 lines
80 B
Go
7 lines
80 B
Go
package utils
|
|
|
|
type Utils struct{}
|
|
|
|
func NewUtils() *Utils {
|
|
return &Utils{}
|
|
}
|