mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 20:24:25 +08:00
9 lines
101 B
Go
9 lines
101 B
Go
![]() |
// +build !linux
|
||
|
|
||
|
package sdnotify
|
||
|
|
||
|
func SdNotify(state string) error {
|
||
|
// do nothing
|
||
|
return nil
|
||
|
}
|