mirror of
https://github.com/netbirdio/netbird
synced 2026-05-06 17:52:02 +02:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
func handlePanicLog() error {
|
|
return nil
|
|
}
|