Skip to content

Commit

Permalink
finish move to preferred go:build formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Jan 2, 2024
1 parent f707f3c commit f8b4177
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion example/osnfs/changeos_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris

package main

Expand Down
1 change: 0 additions & 1 deletion file/file_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris

package file

Expand Down
1 change: 0 additions & 1 deletion file/file_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

package file

Expand Down

0 comments on commit f8b4177

Please sign in to comment.