Skip to content

Commit 3d15a12

Browse files
Dean KarnDean Karn
authored andcommitted
Merge pull request #60 from joeybloggs/cache-struct-schema-metadata
Cache struct schema metadata
2 parents 61e4429 + 1fda493 commit 3d15a12

File tree

3 files changed

+335
-86
lines changed

3 files changed

+335
-86
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Validate
1010
1111
A simple example usage:
1212
13-
type UserDetail {
13+
type UserDetail struct {
1414
Details string `validate:"-"`
1515
}
1616

0 commit comments

Comments
 (0)