6 lines
95 B
Go

package utils
import "github.com/go-playground/validator/v10"
var Validate = validator.New()