//
pkg.gl
Category
github.com/ngergs/websrv/v2
filesystem
package
2.0.4
Repository:
https://github.com/ngergs/websrv.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
10
Dependents
1
Files
185 SLOC
#
Functions
NewMemoryFs
NewMemoryFs initials a memory filesystem from the given targetPath.
#
Structs
MemoryFS
MemoryFS only holds actual files, not the directory entries.
ReadFileFS
ReadFileFS wraps a fs.FS and adds the ReadFile method.