We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f707f3c commit f8b4177Copy full SHA for f8b4177
example/osnfs/changeos_unix.go
@@ -1,5 +1,4 @@
1
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
2
-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
3
4
package main
5
file/file_unix.go
package file
file/file_windows.go
//go:build windows
-// +build windows
0 commit comments