Skip to content

Commit f8b4177

Browse files
committed
finish move to preferred go:build formatting
1 parent f707f3c commit f8b4177

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

example/osnfs/changeos_unix.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
2-
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
32

43
package main
54

file/file_unix.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
2-
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
32

43
package file
54

file/file_windows.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
package file
54

0 commit comments

Comments
 (0)