mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
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)
6 lines
93 B
Go
6 lines
93 B
Go
package mount
|
|
|
|
func parseOptions(options string) (int, string) {
|
|
panic("Not implemented")
|
|
}
|