Discover Packages
golang.org/x/telemetry
internal
unionfs
package
Version:
v0.0.0-...-cd7dbf5
Opens a new window with list of versions in this module.
Published: Jun 5, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package unionfs allows multiple file systems to be read as a union.
A FS is an FS presenting the union of the file systems in the slice. If
multiple file systems provide a particular file, Open uses the FS listed
earlier in the slice.
Sub returns an FS corresponding to the merged subtree rooted at a set of
fsys's dirs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.