Go Package io: Difference between revisions

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


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

Revision as of 22:02, 30 March 2016

External

Internal

Overview

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

Reader

Writer