mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:24:18 -04: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
|
|
}
|