package
0.0.0-20241023220700-795e40450fc4
Repository: https://github.com/krixlion/dev_forum-lib.git
Documentation: pkg.go.dev
# Functions
Create creates a file in the filesystem, returning the file and an error, if any happens.
MkdirAll creates a directory path and all parents that does not exist yet.
Open opens a file, returning it or an error, if any happens.
No description provided by the author
SetGlobalFileSystem sets the FS to use by all the functions in this package.
Stat returns a FileInfo describing the named file, or an error, if any happens.