rclone/fs/accounting_windows.go

11 lines
212 B
Go
Raw Normal View History

// Accounting and limiting reader
// Windows specific functions.
// +build windows
package fs
// startSignalHandler() is Unix specific and does nothing under windows
// platforms.
func startSignalHandler() {}