mirror of
https://github.com/safing/portmaster
synced 2025-04-23 04:19:10 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
//go:build !windows
|
|
|
|
package core
|
|
|
|
// only return on Fatal error!
|
|
func startPlatformSpecific() error {
|
|
return nil
|
|
}
|