aboutsummaryrefslogtreecommitdiff
path: root/bitreader_test.go
diff options
context:
space:
mode:
authorBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-04 15:05:14 +0300
committerBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-04 15:05:14 +0300
commit3dba0e8a0042e4583d6181a7b28c946a4c6a140a (patch)
treebb8ae0c9daec815585210a3c222f35ff48c350a4 /bitreader_test.go
parentadded skipbytes, 64 bit support for readbits, new readme (diff)
downloadbitreader-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.go2
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 @@
1package main 1package bitreader
2 2
3import ( 3import (
4 "testing" 4 "testing"