api/pkg/utils/handler.go

8 lines
80 B
Go
Raw Normal View History

2025-07-06 22:21:32 +03:00
package utils
type Utils struct{}
func NewUtils() *Utils {
return &Utils{}
}