You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Use fs.FS interface instead of os file access
Replace all IO operations based on the `os` package with the ones from
the abstract `fs` package and pass a `fsys` parameter down to functions
that need it.
Use a custom `osFS` in main() that just wrap around `os.Open`.
Use `embed.FS` in tests.
Signed-off-by: Maximilian Blatt <[email protected]>
0 commit comments