Skip to content

Commit e1e63ca

Browse files
committed
Changed example comment in README.md
1 parent af164ad commit e1e63ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ item, err := pq.DequeueByPriority(0)
199199
fmt.Println(item.ID) // 1
200200
fmt.Println(item.Priority) // 0
201201
fmt.Println(item.Key) // [0 58 0 0 0 0 0 0 0 1]
202-
fmt.Println(item.Value) // [really long byte slice]
202+
fmt.Println(item.Value) // [105 116 101 109 32 118 97 108 117 101]
203203
fmt.Println(item.ToString()) // item value
204204

205205
// Decode to object.

0 commit comments

Comments
 (0)