initial commit
This commit is contained in:
9
conf/consts.go
Normal file
9
conf/consts.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
"github.com/go-playground/validator/v10"
|
||||
)
|
||||
|
||||
var (
|
||||
validate *validator.Validate = validator.New(validator.WithRequiredStructEnabled())
|
||||
)
|
||||
Reference in New Issue
Block a user