mirror of
https://github.com/mudler/luet.git
synced 2025-07-19 09:49: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")
|
|
}
|