mirror of
https://github.com/containers/podman.git
synced 2025-12-14 11:00:10 +08:00
12 lines
171 B
Go
12 lines
171 B
Go
// +build windows
|
|
|
|
package mount
|
|
|
|
func unmountBare(_ string, _ int) error {
|
|
panic("Not implemented")
|
|
}
|
|
|
|
func unmount(_ string, _ int) error {
|
|
panic("Not implemented")
|
|
}
|