8 lines
143 B
Go
8 lines
143 B
Go
//go:build !linux && !darwin && !windows
|
|
|
|
package fileops
|
|
|
|
func syncDirectory(string) error {
|
|
return checkAtomicDirectoryPromotionSupport()
|
|
}
|