1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-20 18:37:11 +01:00
netbird/client/server/panic_generic.go
2024-11-01 15:08:22 +01:00

8 lines
81 B
Go

//go:build !windows
package server
func handlePanicLog() error {
return nil
}