These packages are now living in their own repository. Updating docker/docker to replace the dependencies. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
108 B
Go
8 lines
108 B
Go
// +build windows
|
|
|
|
package mount
|
|
|
|
func unmount(target string, flag int) error {
|
|
panic("Not implemented")
|
|
}
|