splatch commented on code in PR #1731: URL: https://github.com/apache/plc4x/pull/1731#discussion_r1822416523
########## 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: I can revert change and see how it goes. Overall I disabled OPC-UA tests in golang cause they were failing after my half baked protocol logic updates. Hope you don't mind it. -- 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