mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
//go:build !linux || (linux && 386)
|
|
|
|
package main
|
|
|
|
// startStatusNotifierWatcher is a no-op on non-Linux platforms.
|
|
func startStatusNotifierWatcher() {}
|