Go Package io: Difference between revisions

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


* [[Go Concepts - Standard Library#Packages|Standard Library]]
* [[Go Concepts - Standard Library#Packages|Standard Library]]
=Overview=
The <tt>io</tt> package consists of a few functions, but mostly interfaces used by other packages.
=<tt>Reader</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