mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-22 03:37:45 +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")
|
|
}
|