mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +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() {}
|