influxdb/tsdb/engine/tsm1/file_windows.go

6 lines
65 B
Go
Raw Normal View History

package tsm1
func syncDir(dirName string) error {
return nil
}