mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-09 03:53:08 +08: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()
|