summaryrefslogtreecommitdiffstats
path: root/pkg/common
AgeCommit message (Collapse)Author
2023-09-04Add AppState to common.CommonStefan Haller
2023-07-30Write unit tests with the help of aferoJesse Duffield
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
2022-01-04introduce Common struct for passing around common stuffJesse Duffield