Go Package ioutil: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://pkg.go.dev/ioutil =Internal= * Standard library =Overview=")
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
=Internal=
=Internal=
* [[Go_Language_Modularization#ioutil|Standard library]]
* [[Go_Language_Modularization#ioutil|Standard library]]
* [[File Operations in Go#Overview|File Operations in Go]]


=Overview=
=Overview=
<code>ioutil.ReadFile</code> and <code>ioutil.WriteFile</code> are deprecated since Go 1.16.

Latest revision as of 17:57, 25 August 2023

External

Internal

Overview

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