package buffer import "errors" var ( ErrBufferIsEmpty = errors.New("buffer is empty") )