Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Oct 4, 2023
1 parent d8d914d commit 6af2f7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pkg/types/shoe.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name" : "shoe",
"fields" : [
{ "name" : "id" , "type" : "string"},
{ "name" : "sale_price" , "type" : "int" },
{ "name" : "sale_price" , "type" : "string" },
{ "name" : "brand" , "type" : "string" },
{ "name" : "name" , "type" : "string" },
{ "name" : "rating" , "type" : "float" }
{ "name" : "rating" , "type" : "string" }
]
}
16 changes: 8 additions & 8 deletions pkg/types/shoe.go

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

0 comments on commit 6af2f7b

Please sign in to comment.