* improve trace_context performance * using strings.Builder instead of fmt.Sprint * using strings.Cut instead of strings.Split * using hex.Decode instead of hex.DecodeString * avoid use regexp * fix code style * fix build * update changelog * refine code * update comment --------- Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> |
||
|---|---|---|
| .. | ||
| baggage.go | ||
| baggage_test.go | ||
| doc.go | ||
| propagation.go | ||
| propagation_test.go | ||
| propagators_test.go | ||
| trace_context.go | ||
| trace_context_benchmark_test.go | ||
| trace_context_example_test.go | ||
| trace_context_test.go | ||