chore: apply go fix to remove deprecated // +build tags

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-10-30 21:10:45 +00:00
parent 757a6dece4
commit 05986e4cb3
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E
7 changed files with 0 additions and 7 deletions

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package artifact

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package artifact

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package extension

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package findsh

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package iostreams

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package iostreams

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package iostreams