Skip to content

Commit 849cf06

Browse files
committed
run gofmt with Go 1.17
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7b4650c commit 849cf06

40 files changed

Lines changed: 40 additions & 0 deletions

commands/mount.go

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

34
/*

commands/mount_unsupported.go

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

34
/*

continuityfs/fuse.go

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

34
/*

continuityfs/provider.go

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

34
/*

devices/devices_unix.go

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

34
/*

devices/mknod_freebsd.go

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

34
/*

devices/mknod_unix.go

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

34
/*

driver/driver_unix.go

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

34
/*

driver/driver_windows.go

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

34
/*

driver/lchmod_unix.go

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

34
/*

0 commit comments

Comments
 (0)