Skip to content

Commit

Permalink
Apply gofmt -s of Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Nov 23, 2021
1 parent 0a6c8d1 commit 85900c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/renameio/renameio_test.go
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build !plan9
// +build !plan9

package renameio
Expand Down
1 change: 1 addition & 0 deletions internal/renameio/umask_test.go
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build !plan9 && !windows && !js
// +build !plan9,!windows,!js

package renameio
Expand Down
1 change: 1 addition & 0 deletions internal/robustio/robustio_flaky.go
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build windows || darwin
// +build windows darwin

package robustio
Expand Down
3 changes: 2 additions & 1 deletion internal/robustio/robustio_other.go
Expand Up @@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//+build !windows,!darwin
//go:build !windows && !darwin
// +build !windows,!darwin

package robustio

Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

package tools
Expand Down

0 comments on commit 85900c3

Please sign in to comment.