mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-03 01:11:14 +01:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
func handlePanicLog() error {
|
|
return nil
|
|
}
|