7 lines
127 B
Go
Executable File

package trace
type Debug struct {
Stack string `json:"stack"` // 文件地址和行号
Value []any `json:"value"` // 值
}