Skip to content

Cli tool type missmatch #391

@bblbbl

Description

@bblbbl

Structure property:
VideoScrollFreq []uint8

The cli tool generates the following code for a structure property with type []uint8:

case "video_scroll_freq":
  if in.IsNull() {
    in.Skip()
    out.VideoScrollFreq = nil
  } else {
    out.VideoScrollFreq = in.Bytes()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions