yggdrasil-go/cmd/yggdrasil/notify_startup_other.go

8 lines
117 B
Go

//go:build !linux
// +build !linux
package main
func notifyStartupCompleted() (bool, error) {
return false, nil
}