pkg/mount/flags_darwin.go
Paul Nasrat 3c878aefe8 Extract mount into pkg.
Mount is self contained and generic, it should be in pkg, to allow other pkg modules to use it.

Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)
2014-01-20 13:59:29 -05:00

5 lines
93 B
Go

package mount
func parseOptions(options string) (int, string) {
panic("Not implemented")
}