Skip to content

Commit

Permalink
fix(alias): removed pointer for array alias types
Browse files Browse the repository at this point in the history
Pointers were used on aliased arrays. This made casting difficult because
after the cast handler expected pointer to the cast type.
  • Loading branch information
alesbrelih committed Sep 8, 2023
1 parent ca166cb commit 2a81674
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 53 deletions.
6 changes: 3 additions & 3 deletions examples/ex_ent/oas_schemas_gen.go

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

Loading

0 comments on commit 2a81674

Please sign in to comment.