diff options
| author | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-04 15:05:30 +0300 |
|---|---|---|
| committer | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-04 15:05:30 +0300 |
| commit | 16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3 (patch) | |
| tree | 683a4948fd86ddd2f204837b70d269a928733e69 /README.md | |
| parent | changed package name to bitreader for proper library (diff) | |
| download | bitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.tar.gz bitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.tar.bz2 bitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.zip | |
changed readme
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # BitReader | 1 | # BitReader [](https://goreportcard.com/report/github.com/bisaxa/bitreader) [](https://github.com/bisaxa/bitreader/blob/main/LICENSE) |
| 2 | A simple bit reader with big/little-endian support for golang.\ | 2 | A simple bit reader with big/little-endian support for golang.\ |
| 3 | Reads data from an existing byte array.\ | 3 | Reads data from an existing byte array.\ |
| 4 | Uses string manipulation (for now).\ | 4 | Uses string manipulation (for now).\ |