Retracted: Published v2 too early (before migrating to go modules)
package
Version:
v2.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 1, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 342
Opens a new window with list of known importers.
Documentation
¶
The mount package implements functions for mounting and unmounting
file systems and defines the mount interface.
The mount package implements functions for mounting and unmounting
file systems and defines the mount interface.
type Mounter interface {
Mount() error
Unmount(flags int) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.