package local

import "golang.org/x/build/perfdata/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

func NewFS(root string) fs.FS

NewFS constructs an FS that writes to the provided directory.

Source Files

local.go

Version
v0.0.0-20250421191922-3619c213cff3 (latest)
Published
Apr 21, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 months ago

Tools for package owners.