Skip to content

Commit

Permalink
Merge pull request #2 from lucmq/main
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
iancmcc authored Dec 9, 2024
2 parents c8bf708 + 566e2ca commit 8499206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bingo.UnpackIndex(key, 1, &t)

// Pack to an existing byte slice
existingSlice := make([]byte, 100)
key := bingo.MustPackTo(existingSlice, uint16(7), "abc123")
bingo.MustPackTo(existingSlice, uint16(7), "abc123")
```

## Benchmarks
Expand Down

0 comments on commit 8499206

Please sign in to comment.