10 lines
170 B
Go
10 lines
170 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
//go:build arm64 && plus
|
|
|
|
package nodes
|
|
|
|
// 处理异常
|
|
func (this *DNSNode) handlePanic() {
|
|
|
|
}
|