mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
11 lines
152 B
Go
11 lines
152 B
Go
// +build !linux,!windows
|
|
|
|
package main
|
|
|
|
func ServiceManagerStartNotify() error {
|
|
return nil
|
|
}
|
|
|
|
func ServiceManagerReadyNotify() error {
|
|
return nil
|
|
}
|