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