From 9849be7e4365c4acca98e0535ebe967e6dc27310 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Tue, 23 Jul 2019 17:51:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20added=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jdr/type.go | 1 + 1 file changed, 1 insertion(+) 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 }