api/pkg/utils/handler.go
2025-07-06 22:21:32 +03:00

7 lines
80 B
Go

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