aboutsummaryrefslogtreecommitdiff
path: root/bitreader.go
diff options
context:
space:
mode:
authorBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-07 17:24:02 +0300
committerBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-07 17:24:02 +0300
commit05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c (patch)
tree307360a24f09463280ff4ebc9a8fc116e8b4610b /bitreader.go
parentv2 init - 69% test coverage, nice (diff)
downloadbitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.tar.gz
bitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.tar.bz2
bitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.zip
change package name to bitreader
Diffstat (limited to 'bitreader.go')
-rw-r--r--bitreader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitreader.go b/bitreader.go
index 7e22ba6..aeade92 100644
--- a/bitreader.go
+++ b/bitreader.go
@@ -1,5 +1,5 @@
1// paksd 1// paksd
2package main 2package bitreader
3 3
4import ( 4import (
5 "fmt" 5 "fmt"