Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blue-blue
/
taa
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
taa
/
common
/
validate.go
vaibhavg
Add application file
8c7ba7b
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
package
common
import
"github.com/go-playground/validator/v10"
var
Validate *validator.Validate
func
init
()
{
Validate = validator.New()
}