Skip to content

Commit 9439436

Browse files
committed
all: Run gofmt -s -w
1 parent 015be45 commit 9439436

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

const_bsds.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly
1415
// +build aix darwin openbsd freebsd netbsd dragonfly
1516

1617
package afero

const_win_unix.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
13-
// +build !darwin
14-
// +build !openbsd
15-
// +build !freebsd
16-
// +build !dragonfly
17-
// +build !netbsd
18-
// +build !aix
13+
//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
14+
// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
1915

2016
package afero
2117

iofs.go

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

34
package afero

iofs_test.go

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

34
package afero

0 commit comments

Comments
 (0)