mirror of
https://github.com/safing/portmaster
synced 2025-04-21 11:29:09 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package updates
|
|
|
|
func upgradeSystemIntegration() error {
|
|
return nil
|
|
}
|