package
Version:
v0.26.0
Opens a new window with list of versions in this module.
Published: Oct 7, 2023
License: GPL-3.0, GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fs is an abstraction for OS/filesystem functions that may be
missing or require special handling. For example, WASM.
Abs is an abstraction of filepath.Abs().
MkdirAll is an abstraction of os.MkdirAll().
File is an abstraction of os.File.
File is an abstraction of os.Create().
File is an abstraction of os.Open().
Close is an abstraction of os.File.Close().
Close is an abstraction of os.File.Read().
Close is an abstraction of os.File.Write().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.