go-bytereader/README.md

28 lines
748 B
Markdown
Raw Normal View History

2023-11-30 17:54:36 +00:00
# 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)