Add a mounter that uses google's safe_format_and_mount.

This commit is contained in:
Brendan Burns
2015-01-15 21:30:13 -08:00
parent 6ba8b7dfb2
commit ac21ac24fa
4 changed files with 97 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ type Interface interface {
// New returns a mount.Interface for the current system.
func New() Interface {
return &mounter{}
return &Mounter{}
}
// This represents a single line in /proc/mounts or /etc/fstab.