//
pkg.gl
Category
github.com/ggvylf/learngo
basic
files
fileoprate
readfile
basic
package
0.0.0-20241017075109-56ccb744ed38
Repository:
https://github.com/ggvylf/learngo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
74 SLOC
#
Functions
ReadAll
No description provided by the author
ReadFile
No description provided by the author
ReadIoutil
使用ioutil来读取文件,注意会读取全部文件,读取大文件不要用这种方法。.