diff options
| author | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-07 17:24:02 +0300 |
|---|---|---|
| committer | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-07 17:24:02 +0300 |
| commit | 05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c (patch) | |
| tree | 307360a24f09463280ff4ebc9a8fc116e8b4610b /bitreader.go | |
| parent | v2 init - 69% test coverage, nice (diff) | |
| download | bitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.tar.gz bitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.tar.bz2 bitreader-05d7eb4e0f7b0865fa9a0f4f9bdcdbc37d80631c.zip | |
change package name to bitreader
Diffstat (limited to 'bitreader.go')
| -rw-r--r-- | bitreader.go | 2 |
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 |
| 2 | package main | 2 | package bitreader |
| 3 | 3 | ||
| 4 | import ( | 4 | import ( |
| 5 | "fmt" | 5 | "fmt" |