diff --git a/jdr/type.go b/jdr/type.go index 5a92e88..b0bd737 100644 --- a/jdr/type.go +++ b/jdr/type.go @@ -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 }