//
pkg.gl
Category
github.com/go-sigma/sigma
pkg
utils
reader
package
1.3.0
Repository:
https://github.com/go-sigma/sigma.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
17 SLOC
#
Functions
LimitReader
LimitReader returns a Reader that reads from r but stops with EOF after n bytes.
#
Structs
LimitedReader
A LimitedReader reads from R but limits the amount of data returned to just N bytes.