Chore: update all +build statements (#38782)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//+build !windows,!nacl,!plan9
|
||||
//go:build !windows && !nacl && !plan9
|
||||
// +build !windows,!nacl,!plan9
|
||||
|
||||
package log
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//+build windows
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user