Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Dec 28, 2023
1 parent 4b8e378 commit b07c3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions xopconsole/replay.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions xopconsole/replay.zzzgo
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type replayRequest struct {
name string
sourceAndVersion string
namespaceAndVersion string
baseRequest xopbase.Request // XXX
baseRequest xopbase.Request
requestAttributes *replayutil.RequestAttributeDefinitons
bundle xoptrace.Bundle
attributeRegistry *xopat.Registry
Expand Down Expand Up @@ -350,7 +350,6 @@ func (x replayLine) replayLine(ctx context.Context, t string) error {

var shortCodeRE = regexp.MustCompile(`^T\d+\.\d+(\.\S+)?`)

// XXX
// Example:
//
// xop Span 2023-06-03T12:22:47.699766-07:00 Start c253fd02cd66f874 5f23a4838a2c7205 "a fork one span" T1.1.A
Expand Down

0 comments on commit b07c3f8

Please sign in to comment.