mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:55:26 +00:00
8 lines
116 B
Go
8 lines
116 B
Go
package templates
|
|
|
|
import (
|
|
validate "github.com/go-playground/validator/v10"
|
|
)
|
|
|
|
var tplValidator = validate.New()
|