mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-15 23:06:38 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
//go:build !windows && !(linux && 386)
|
|
|
|
package main
|
|
|
|
func killParentUIProcess() {
|
|
// No-op on non-Windows platforms
|
|
}
|