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


##########
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 faced a compile errors without this change. I looked where 
`getLengthInBits` was defined and made it with capital.



-- 
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

Reply via email to