forked from TrueCloudLab/rclone
11 lines
212 B
Go
11 lines
212 B
Go
|
// Accounting and limiting reader
|
||
|
// Windows specific functions.
|
||
|
|
||
|
// +build windows
|
||
|
|
||
|
package fs
|
||
|
|
||
|
// startSignalHandler() is Unix specific and does nothing under windows
|
||
|
// platforms.
|
||
|
func startSignalHandler() {}
|