mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 06:40:25 +08:00
10 lines
154 B
Go
10 lines
154 B
Go
// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
|
|
//go:build arm64
|
|
|
|
package nodes
|
|
|
|
// 处理异常
|
|
func (this *Node) handlePanic() {
|
|
|
|
}
|