Package version:
v9
Issue, Question or Enhancement:
Question
I'm using func (*Validate) Struct to validate API requests.
Is that safe to use only one instance of Validate for the whole project considering there may be simultaneous calls to (*Validate) Struct()?
Package version:
v9
Issue, Question or Enhancement:
Question
I'm using
func (*Validate) Structto validate API requests.Is that safe to use only one instance of
Validatefor the whole project considering there may be simultaneous calls to(*Validate) Struct()?