diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-17 01:15:36 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-17 01:15:36 +0300 |
| commit | d895f2160a4eef514038d66777f587ffdd74b2b6 (patch) | |
| tree | ad989b14f054cdef146d99ab6dd7a891694e732c | |
| parent | Merge branch 'main' of https://github.com/BiSaXa/BitReader (diff) | |
| download | bitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.tar.gz bitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.tar.bz2 bitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.zip | |
readme fix
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # BitReader [](https://goreportcard.com/report/github.com/pektezol/bitreader) [](https://github.com/pektezol/bitreader/blob/main/LICENSE) | 1 | # BitReader [](https://goreportcard.com/report/github.com/pektezol/bitreader) [](https://github.com/pektezol/bitreader/blob/main/LICENSE) [](https://pkg.go.dev/github.com/pektezol/bitreader) |
| 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).\ |