1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-21 18:53:34 +00:00

vendor: add github.com/okzk/sdnotify

This commit is contained in:
Fabian Möller
2017-11-19 23:03:27 +01:00
committed by Nick Craig-Wood
parent 6cc968b085
commit 0bfa29cbcf
9 changed files with 156 additions and 1 deletions

8
vendor/github.com/okzk/sdnotify/notify.go generated vendored Normal file
View File

@@ -0,0 +1,8 @@
// +build !linux
package sdnotify
func SdNotify(state string) error {
// do nothing
return nil
}