mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 15:18:28 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
// +build windows
|
|
|
|
package mount
|
|
|
|
func unmount(target string, flag int) error {
|
|
panic("Not implemented")
|
|
}
|