Skip to content

Commit 9040b9c

Browse files
committed
gofmt
1 parent e1bacdd commit 9040b9c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cmd/gtrace/internal/test/test_darwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build darwin && !amd64 && !arm64
12
// +build darwin,!amd64,!arm64
23

34
package test

cmd/gtrace/internal/test/test_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux
12
// +build linux
23

34
package test

cmd/gtrace/internal/test/test_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
package test

0 commit comments

Comments
 (0)