Versions in this module Expand all Collapse all v0 v0.11.2 May 28, 2020 Changes in this version + type Mounter interface + IsNotAMountPoint func(file string) (bool, error) + Mount func(device, target, mountType, options string) error + func New() Mounter