IsReadOnly bool on builder
This commit is contained in:
@@ -143,6 +143,10 @@ func (ed *emptyDir) SetUpAt(dir string) error {
|
||||
}
|
||||
}
|
||||
|
||||
func (ed *emptyDir) IsReadOnly() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (ed *emptyDir) setupDefault(dir string) error {
|
||||
return os.MkdirAll(dir, 0750)
|
||||
}
|
||||
|
Reference in New Issue
Block a user