Browse Source

🎨 added TODO

master
n0m1s 6 years ago
parent
commit
9849be7e43
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      jdr/type.go

+ 1
- 0
jdr/type.go View File

@ -135,6 +135,7 @@ func (self *CustomStruct) Name() string {
}
func (self *CustomStruct) Validate(s string) bool {
//FIXME
log.Println("Custom struct Validate is not (yet) implemented")
return false
}


Loading…
Cancel
Save