Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BG5
/
oneapi
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
oneapi
/
common
/
validate.go
BG5
Upload 134 files
c6be9e8
over 2 years 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()
}