Go Package io: Difference between revisions

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


* https://golang.org/pkg/io/
* https://golang.org/pkg/io/
* https://golang.org/pkg/io/ioutil/


=Internal=
=Internal=

Revision as of 04:08, 31 March 2016

External

Internal

Overview

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

Reader

Writer