mountinfo v0.3.0
Breaking changes:
- Some field names of
struct Mountinfoare changed to be more in-line with Go naming conventions. Users need to be converted. (#34)
Fixes and improvements:
- Fixed per-package doc to be shown by
go doc(#37) - Make
GetMountsFromReaderLinux-specific. (#39) - OpenBSD support added (same code as FreeBSD; not tested). (#32)
Thanks to:
- Sebastiaan van Stijn
- Tobias Klauser