//
pkg.gl
Category
github.com/udhayprakash/GoLangMaterial
11_File_Operations
00_File_Operations
package
0.0.0-20231211011844-1e169f5e9074
Repository:
https://github.com/udhayprakash/golangmaterial.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
453 SLOC
#
Functions
CheckError
No description provided by the author
GetFileContentType
function will then return a mime type, like application/json or image/jpg.
WriteToFile
WriteToFile will print any string of text to a file safely by checking for errors and syncing at the end.