luet/vendor/github.com/moby/sys/mount/unmount_unsupported.go
Ettore Di Giacinto a14f0abb5c
Update vendor
2020-04-18 11:42:34 +02:00

8 lines
108 B
Go

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