Go Package io: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


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


=<tt>Writer</tt>=
=<tt>Writer</tt>=

Revision as of 22:01, 30 March 2016

External

Internal

Overview

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

Reader

Writer