Package bytereader implements tools for working with io.ByteReader
Go to file
Charles Iliya Krempeaux e13b13e548 initial commits 2023-11-30 10:04:06 -08:00
LICENSE initial commits 2023-11-30 09:54:36 -08:00
README.md initial commits 2023-11-30 09:54:36 -08:00
errors.go initial commits 2023-11-30 10:00:33 -08:00
string.go initial commits 2023-11-30 10:04:06 -08:00
string_test.go initial commits 2023-11-30 10:04:06 -08:00

README.md

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

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