Skip to content

Commit

Permalink
Enable Fully Qualified Field Names (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: LukasLeung <Lukas.Leung@nordstrom.com>
  • Loading branch information
lukasleung and LukasLeung committed Feb 7, 2022
1 parent 14aa90d commit 77e7e07
Show file tree
Hide file tree
Showing 9 changed files with 438 additions and 1 deletion.
2 changes: 1 addition & 1 deletion v10/schema/fixed.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (s *FixedDefinition) Aliases() []QualifiedName {
}

func (s *FixedDefinition) GoType() string {
return generator.ToPublicName(s.name.Name)
return generator.ToPublicName(s.name.String())
}

func (s *FixedDefinition) SizeBytes() int {
Expand Down

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

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

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

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

Loading

0 comments on commit 77e7e07

Please sign in to comment.