File Operations in Go: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Basic file read and write, by reading or writing the entire file, is provided by the [[Go Package ioutil|ioutil package]]. |
Revision as of 17:48, 25 August 2023
Internal
Overview
Basic file read and write, by reading or writing the entire file, is provided by the ioutil package.