Tagged in

Performance

golangspec
golangspec
A series dedicated to deeply understand Go’s specification and language’s nuances
More information
Followers
6.7K
Elsewhere
More, on Medium

Introduction to bufio package in Golang

Package bufio helps with buffered I/O. Through a bunch of examples we’ll get familiar with…