DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
io.LimitReader()
Examples using...
io.LimitReader()
Recent
Examples
LimitReader in Go
by GoDoc
Go
io.LimitReader
io
io.Copy
log
log.Fatal
LimitReader returns a Reader that reads from r but stops with EOF after n bytes. The underlying implementation is a *LimitedReader.