SandpointsGitHook/vendor/github.com/bep/overlayfs
2023-07-29 01:10:04 +02:00
..
.gitignore compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
LICENSE compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
overlayfs.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
README.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
readops.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
writeops.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00

[![Tests on Linux, MacOS and Windows](https://github.com/bep/overlayfs/workflows/Test/badge.svg)](https://github.com/bep/overlayfs/actions?query=workflow:Test)
[![Go Report Card](https://goreportcard.com/badge/github.com/bep/overlayfs)](https://goreportcard.com/report/github.com/bep/overlayfs)
[![GoDoc](https://godoc.org/github.com/bep/overlayfs?status.svg)](https://godoc.org/github.com/bep/overlayfs)


**overlayfs** is a composite filesystem (currently only) for [Afero](https://github.com/spf13/afero) with similar but different semantics compared to Afero's [copyOnWriteFs](https://github.com/spf13/afero/blob/master/copyOnWriteFs.go). See the [GoDoc](https://godoc.org/github.com/bep/overlayfs) for more information.