wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
10
service/compat/debug_default.go
Normal file
10
service/compat/debug_default.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//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.
|
||||
}
|
||||
Reference in New Issue
Block a user