[![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.