Skip to content

Commit 85900c3

Browse files
committed
Apply gofmt -s of Go 1.17
1 parent 0a6c8d1 commit 85900c3

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

internal/renameio/renameio_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build !plan9
56
// +build !plan9
67

78
package renameio

internal/renameio/umask_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build !plan9 && !windows && !js
56
// +build !plan9,!windows,!js
67

78
package renameio

internal/robustio/robustio_flaky.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build windows || darwin
56
// +build windows darwin
67

78
package robustio

internal/robustio/robustio_other.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//+build !windows,!darwin
5+
//go:build !windows && !darwin
6+
// +build !windows,!darwin
67

78
package robustio
89

tools/tools.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package tools

0 commit comments

Comments
 (0)