Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdeveloper508 committed Jun 13, 2022
1 parent cb710dd commit 113e309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converters.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func (c *converters) verifyDataWithReadLength(data string, read int) bool {
return true
}

// TODO: workaround for special case, not specification
if len(data) > read && data[read:] == "*" {
return true
}
Expand Down

0 comments on commit 113e309

Please sign in to comment.