Last 12 weeks · 0 commits
2 of 6 standards met
Repository: mitchellh/go-fs. Description: Filesystem library for Go, implementing FAT filesystems so far. Stars: 92, Forks: 20. Primary language: Go. Languages: Go (100%). License: MIT. Open PRs: 1, open issues: 2. Last activity: 7y ago. Community health: 42%. Top contributors: mitchellh, mwhooker, arizvisa, rasa, ceh, mrdima.
This is a drive-by PR. I was investigating a corrupted vfat based system today and needed something to poke programmatically at the broken image. Your library was exactly the right tool (modulo some small issues that I had to tweak, see below), many thanks for it! The image was fat32 so I added (hacky) support to get the root directory for fat32. I also fixed some issues in the lfn (long-file-name) reading. For my purposes this works well enough and I just wanted to share my fixes as they may be useful to other. Cheers, Michael
Fix some issues caught with go static analyzers. Also rewords a docstring sentence.