This website works better with JavaScript.
Home
Help
Sign In
nomis
/
jdr-server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎨
added TODO
master
n0m1s
6 years ago
parent
859ab019d6
commit
9849be7e43
Signed by:
nomis
GPG Key ID:
BC0454CAD76FE803
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save