第一篇文章用作测试用

发布时间 2023-07-02 10:39:42作者: 大元王保保

Markdown语法模式测试

开始写 123
很多事情都不是应该这么做对吧
错题本可以开始写到个人网站上来了

  • 不是吧
  • 错误
  • 做事
type Span struct {
    TraceID    int64 // 用于标示一次完整的请求id
    Name       string
    ID         int64 // 当前这次调用span_id
    ParentID   int64 // 上层服务的调用span_id  最上层服务parent_id为null
    Annotation []Annotation // 用于标记的时间戳
    Debug      bool
}

image