//
pkg.gl
Category
github.com/prohtmeyhet/libgosimpleton
iotool
ioreaders
package
0.0.0-20180824195545-62440578e81f
Repository:
https://github.com/prohtmeyhet/libgosimpleton.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
101 SLOC
#
Functions
Fuzz
No description provided by the author
NewLimitBytesReader
read maximum n bytes.
NewLimitLinesReader
read maximum n lines.
NewLimitReader
fresh and shiny.
NewLimitRunesReader
read maximum n runes.
NewLimitWordsReader
read maximum n words.
#
Structs
LimitReader
reads only n splitted; if reached return io.EOF even though its not EOF.