Skip to content

Commit d1f353a

Browse files
authored
Merge pull request #3295 from alexandear/chore-redundant-build-tags
chore: Remove redundant build tags
2 parents 439c9de + 22f615e commit d1f353a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Diff for: pkg/fsutil/fsutil_linux.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package fsutil
42

53
import (

Diff for: pkg/hostagent/hostagent_windows.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build windows
2-
31
package hostagent
42

53
func adjustNofileRlimit() {}

Diff for: pkg/portfwd/control_windows.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
//go:build windows
2-
31
package portfwd
42

53
import (
6-
"golang.org/x/sys/windows"
74
"syscall"
5+
6+
"golang.org/x/sys/windows"
87
)
98

109
func Control(_, _ string, c syscall.RawConn) (err error) {

0 commit comments

Comments
 (0)