Skip to content

Commit 1fb89f5

Browse files
committed
Lint: remove deprecated //+build directives
1 parent c29434f commit 1fb89f5

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

stembuild/filesystem/filesystem_portable.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
package filesystem
54

stembuild/integration/interrupt_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
package integration_test
54

stembuild/package_stemcell/ovftool/export_darwin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
package ovftool
54

stembuild/package_stemcell/ovftool/ovftool_darwin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
package ovftool
54

stembuild/package_stemcell/ovftool/ovftool_darwin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
package ovftool_test
54

stembuild/package_stemcell/ovftool/ovftool_portable.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !darwin && !windows
2-
// +build !darwin,!windows
32

43
package ovftool
54

stembuild/package_stemcell/ovftool/ovftool_portable_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !darwin && !windows
2-
// +build !darwin,!windows
32

43
package ovftool_test
54

stembuild/tools/tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tools
2-
// +build tools
32

43
package tools
54

0 commit comments

Comments
 (0)