mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
8 lines
117 B
Go
8 lines
117 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
func notifyStartupCompleted() (bool, error) {
|
|
return false, nil
|
|
}
|