Go Package ioutil: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


=Overview=
=Overview=
=Basic File Read and Write=
<code>ioutil.ReadFile</code> and <code>ioutil.WriteFile</code> are deprecated since Go 1.16.
==Read a File==
==Write a File==

Latest revision as of 17:57, 25 August 2023

External

Internal

Overview

ioutil.ReadFile and ioutil.WriteFile are deprecated since Go 1.16.