Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yolken-segment committed Oct 1, 2021
1 parent 760b875 commit 4d75f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion describegroups.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (c *Client) DescribeGroups(
return resp, nil
}

// readFrom
// readFrom decodes an owned partition item from the member metadata.
func (t *DescribeGroupsResponseMemberMetadataOwnedPartition) readFrom(r *bufio.Reader, size int) (remain int, err error) {
if remain, err = readString(r, size, &t.Topic); err != nil {
return
Expand Down

0 comments on commit 4d75f82

Please sign in to comment.