mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07: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) {
|
|
}
|