mirror of
https://github.com/moby/moby.git
synced 2026-07-26 03:07:42 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
package system
|
|
|
|
// Unmount is a platform-specific helper function to call
|
|
// the unmount syscall. Not supported on Windows
|
|
func Unmount(dest string) {
|
|
}
|