mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
12 lines
182 B
Go
12 lines
182 B
Go
//go:build !linux && !windows
|
|
// +build !linux,!windows
|
|
|
|
package main
|
|
|
|
func ServiceManagerStartNotify() error {
|
|
return nil
|
|
}
|
|
|
|
func ServiceManagerReadyNotify() error {
|
|
return nil
|
|
}
|