Skip to content

mountinfo v0.3.1

Compare
Choose a tag to compare
@kolyshkin kolyshkin released this 02 Oct 00:37
26483e2

Breaking changes (since v0.2.0):

  • Some field names of struct Mountinfo are changed to be more in-line with Go naming conventions. Users need to be converted. (#34)
  • FstypeFilter is changed to FSTypeFilter to be in-line with the field name. Users need to be converted. (#41)

Fixes and improvements:

  • Fixed FilterFunc doc. (#41)