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) Upstream-commit: 2e094db6390dde57263c07665290b1477bb6df7e Component: engine
6 lines
93 B
Go
6 lines
93 B
Go
package mount
|
|
|
|
func parseOptions(options string) (int, string) {
|
|
panic("Not implemented")
|
|
}
|