mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
11 lines
156 B
Go
11 lines
156 B
Go
//go:build !linux && !windows
|
|
|
|
package main
|
|
|
|
func ServiceManagerStartNotify() error {
|
|
return nil
|
|
}
|
|
|
|
func ServiceManagerReadyNotify() error {
|
|
return nil
|
|
}
|