newline battles continue
This commit is contained in:
10
vendor/github.com/ncw/rclone/fs/accounting/accounting_other.go
generated
vendored
Executable file
10
vendor/github.com/ncw/rclone/fs/accounting/accounting_other.go
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
// Accounting and limiting reader
|
||||
// Non-unix specific functions.
|
||||
|
||||
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
|
||||
|
||||
package accounting
|
||||
|
||||
// startSignalHandler() is Unix specific and does nothing under non-Unix
|
||||
// platforms.
|
||||
func startSignalHandler() {}
|
||||
Reference in New Issue
Block a user