Skip to content

mount v0.2.0

Compare
Choose a tag to compare
@thaJeztah thaJeztah released this 13 Nov 15:21
mount/v0.2.0
5a29239

Breaking changes:

  • Remove stub-implementations for Windows for Mount(), Unmount(),
    RecursiveUnmount(), MergeTmpfsOptions() (#31)

Fixes and improvements:

  • go.mod: update github.com/moby/sys/mountinfo to v0.4.0 (#44, #56)
  • use MNT_* flags from golang.org/x/sys/unix on freebsd (#36)
  • add support for OpenBSD in addition to FreeBSD (#32)
  • fix package overview documentation not showing (#43)
  • RecursiveUnmount(): minor improvements (#46)

Thanks to:

  • Tobias Klauser