Skip to content

Commit

Permalink
Merge 8cc9975 into aa921cc
Browse files Browse the repository at this point in the history
  • Loading branch information
arkie committed Jan 12, 2019
2 parents aa921cc + 8cc9975 commit e251247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func newDataParser(t *TypeDesc, unquote bool) (DataParser, error) {
return &floatParser{32}, nil
case "Float64":
return &floatParser{64}, nil
case "String", "Enum8", "Enum16":
case "String", "Enum8", "Enum16", "UUID":
return &stringParser{unquote: unquote}, nil
case "FixedString":
if len(t.Args) != 1 {
Expand Down

0 comments on commit e251247

Please sign in to comment.