jesseduffield.lazygit/vendor/github.com/spf13/afero/internal/common
Jesse Duffield 40753e916d Write unit tests with the help of afero
Afero is a package that lets you mock out a filesystem with an in-memory filesystem.
It allows us to easily create the files required for a given test without worrying about
a cleanup step or different tests tripping on eachother when run in parallel.

Later on I'll standardise on using afero over the vanilla os package
2023-07-29 17:36:18 +10:00
..
adapters.go Write unit tests with the help of afero 2023-07-29 17:36:18 +10:00