Skip to content

Commit

Permalink
Update data_row.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak160 authored Nov 2, 2023
1 parent 639cc4e commit 83f91e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_row.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

type DataRow struct {
Values [][]byte `json:"values" yaml:"_"`
Values [][]byte `json:"values" yaml:"-"`
RowValues []string `json:"row_values" yaml:"row_values"`
}

Expand Down

0 comments on commit 83f91e5

Please sign in to comment.