I needed to walk a directory, so I pulled up the io/fs.WalkDir docs, but there was nothing telling me how to get an FS instance for the operating system's filesystem. The only mention of os.DirFS is in fs.Sub, and I only found it because I had a hunch to search os..