(path string)
| 45 | ) |
| 46 | |
| 47 | func SetFilesystemOpsDirectory(path string) error { |
| 48 | holdLocation = filepath.Join(path, filesystemOpsPath) |
| 49 | return os.MkdirAll(holdLocation, privateDirPermission) |
| 50 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…