Go Package io: Difference between revisions

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


* [[Go Concepts - Standard Library#Packages|Standard Library]]
* [[Go_Language_Modularization#io|Standard Library]]


=Overview=
=Overview=

Revision as of 22:14, 6 September 2023

External

Internal

Overview

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

Reader

Writer