Go Package io: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Reader) |
||
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.