Spaces:
Runtime error
Runtime error
File size: 143 Bytes
2173b0f | 1 2 3 4 5 6 7 8 9 10 | package common
import "github.com/go-playground/validator/v10"
var Validate *validator.Validate
func init() {
Validate = validator.New()
}
|