sruehl commented on code in PR #1731: URL: https://github.com/apache/plc4x/pull/1731#discussion_r1822409075
########## code-generation/language-go/src/main/resources/templates/go/complex-type-template.go.ftlh: ########## @@ -880,7 +880,7 @@ func (m *_${type.name}) GetLengthInBits(ctx context.Context) uint16 { </#if> <#if type.isDiscriminatedParentTypeDefinition()> -func (m *_${type.name}) getLengthInBits(ctx context.Context) uint16 { +func (m *_${type.name}) GetLengthInBits(ctx context.Context) uint16 { Review Comment: what was the reason to make that public? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org