Files
docker-cli/vendor/github.com/moby/sys/mount/unmount_unsupported.go
Sebastiaan van Stijn d0a80bf445 update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount
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>
2020-04-22 17:16:13 +02:00

8 lines
108 B
Go

// +build windows
package mount
func unmount(target string, flag int) error {
panic("Not implemented")
}