sync_windows.go 63 Bytes
Newer Older
1 2 3 4 5
package flatfs

func syncDir(dir string) error {
	return nil
}