Go Package io: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 18: Line 18:


* https://golang.org/pkg/io/#Writer
* https://golang.org/pkg/io/#Writer
=<tt>Buffer</tt>=

Revision as of 22:06, 30 March 2016

External

Internal

Overview

The io package consists of a few functions, but mostly interfaces used by other packages.

Reader

Writer

Buffer