Install golang-gopkg-bufio.v1-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-gopkg-bufio.v1-dev
Description:
buffered I/O in Golang
"bufio" implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
Homepage: http://gopkg.in/bufio.v1
Version: 1-1
Section: universe/devel