nuclei/pkg/templates/validator_singleton.go

8 lines
116 B
Go
Raw Normal View History

package templates
import (
validate "github.com/go-playground/validator/v10"
)
var tplValidator = validate.New()