package local
import "golang.org/x/perf/storage/fs/local"
Package local implements the fs.FS interface using local files. Metadata is not stored separately; the header of each file should contain metadata as written by storage/app.
Index ¶
Functions ¶
func NewFS ¶
NewFS constructs an FS that writes to the provided directory.
Source Files ¶
local.go
- Version
- v0.0.0-20250414141303-3fc2b901edf3 (latest)
- Published
- Apr 14, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 month ago –
Tools for package owners.