mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/trace: go fmt
Change-Id: I6a6a636c8f14008d3da6c526be10fa3386d4ec32 Reviewed-on: https://go-review.googlesource.com/c/go/+/722522 Auto-Submit: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
f87aaec53d
commit
c851827c68
1 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ package testtrace
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
|
||||||
"internal/trace/raw"
|
"internal/trace/raw"
|
||||||
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue