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