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