6 lines
72 B
Go
6 lines
72 B
Go
|
// +build !linux,!windows
|
||
|
|
||
|
package testutil
|
||
|
|
||
|
const unmountFlags int = 0
|