diff options
| author | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-04 15:05:14 +0300 |
|---|---|---|
| committer | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-04 15:05:14 +0300 |
| commit | 3dba0e8a0042e4583d6181a7b28c946a4c6a140a (patch) | |
| tree | bb8ae0c9daec815585210a3c222f35ff48c350a4 /bitreader_test.go | |
| parent | added skipbytes, 64 bit support for readbits, new readme (diff) | |
| download | bitreader-3dba0e8a0042e4583d6181a7b28c946a4c6a140a.tar.gz bitreader-3dba0e8a0042e4583d6181a7b28c946a4c6a140a.tar.bz2 bitreader-3dba0e8a0042e4583d6181a7b28c946a4c6a140a.zip | |
changed package name to bitreader for proper library
Diffstat (limited to '')
| -rw-r--r-- | bitreader_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitreader_test.go b/bitreader_test.go index ef421a8..5d344d2 100644 --- a/bitreader_test.go +++ b/bitreader_test.go | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | package main | 1 | package bitreader |
| 2 | 2 | ||
| 3 | import ( | 3 | import ( |
| 4 | "testing" | 4 | "testing" |