mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
9 lines
140 B
Go
9 lines
140 B
Go
// +build !linux
|
|
|
|
package allocdir
|
|
|
|
// currently a noop on non-Linux platforms
|
|
func (d *TaskDir) unmountSpecialDirs() error {
|
|
return nil
|
|
}
|