mirror of
https://github.com/safing/portmaster
synced 2025-04-23 04:19:10 +00:00
10 lines
245 B
Go
10 lines
245 B
Go
//go:build !windows && !linux
|
|
|
|
package compat
|
|
|
|
import "github.com/safing/portbase/utils/debug"
|
|
|
|
// AddToDebugInfo adds compatibility data to the given debug.Info.
|
|
func AddToDebugInfo(di *debug.Info) {
|
|
// Not yet implemented on this platform.
|
|
}
|