28 lines
748 B
Markdown
28 lines
748 B
Markdown
|
# go-bytereader
|
||
|
|
||
|
Package **bytereader** implements tools for working with io.ByteReader.
|
||
|
|
||
|
## Documention
|
||
|
|
||
|
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-bytereader
|
||
|
|
||
|
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-bytereader?status.svg)](https://godoc.org/sourcecode.social/reiver/go-bytereader)
|
||
|
|
||
|
## Import
|
||
|
|
||
|
To import package **bytereader** use `import` code like the follownig:
|
||
|
```
|
||
|
import "sourcecode.social/reiver/go-bytereader"
|
||
|
```
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
To install package **bytereader** do the following:
|
||
|
```
|
||
|
GOPROXY=direct go get https://sourcecode.social/reiver/go-bytereader
|
||
|
```
|
||
|
|
||
|
## Author
|
||
|
|
||
|
Package **bytereader** was written by [Charles Iliya Krempeaux](http://changelog.ca)
|