Skip to content

Commit

Permalink
Disable custom type in example; it doesn't work 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 14, 2022
1 parent 97f8b5e commit 4625647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _examples/golang-basics/example.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _examples/golang-basics/example.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ message User
- id: uint64
+ json = id
+ go.field.name = ID
+ go.field.type = int64
#+ go.field.type = int64
+ go.tag.db = id

- username: string
Expand Down

0 comments on commit 4625647

Please sign in to comment.