package
1.24.4
Repository: https://pkg.go.dev/std
Documentation: pkg.go.dev

# Functions

TestFS tests a file system implementation.

# Structs

A MapFile describes a single file in a [MapFS].

# Type aliases

A MapFS is a simple in-memory file system for use in tests, represented as a map from path names (arguments to Open) to information about the files or directories they represent.