mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +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()
|