Skip to content

Commit

Permalink
Update example content
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwald committed Apr 7, 2021
1 parent 13a7a2a commit bdd3b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func ExampleDecoder_SeekTo() {
var j = []byte(`[
{"Space": "YCbCr", "Point": {"Y": 255, "Cb": 0, "Cr": -10}},
{"Space": "RGB", "Point": {"R": 98, "G": 218, "B": 255}}
][]`)
]`)

w := NewDecoder(bytes.NewReader(j))
var v interface{}
Expand Down

0 comments on commit bdd3b95

Please sign in to comment.