sruehl commented on code in PR #1731:
URL: https://github.com/apache/plc4x/pull/1731#discussion_r1822414381


##########
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:
   there should not be a issue as this is in the same package and accessed via 
struct pointer... Odd.. Can you post the error?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to