Skip to content

Commit

Permalink
*: remove deprecated +build tags in Go source files
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Beckers <timo@isovalent.com>
  • Loading branch information
ti-mo committed Dec 13, 2022
1 parent 286bd16 commit 9e4f448
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion example_sock_elf_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package ebpf_test

Expand Down
1 change: 0 additions & 1 deletion internal/endian_be.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build armbe || arm64be || mips || mips64 || mips64p32 || ppc64 || s390 || s390x || sparc || sparc64
// +build armbe arm64be mips mips64 mips64p32 ppc64 s390 s390x sparc sparc64

package internal

Expand Down
1 change: 0 additions & 1 deletion internal/endian_le.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build 386 || amd64 || amd64p32 || arm || arm64 || mipsle || mips64le || mips64p32le || ppc64le || riscv64
// +build 386 amd64 amd64p32 arm arm64 mipsle mips64le mips64p32le ppc64le riscv64

package internal

Expand Down
1 change: 0 additions & 1 deletion internal/sys/ptr_32_be.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build armbe || mips || mips64p32
// +build armbe mips mips64p32

package sys

Expand Down
1 change: 0 additions & 1 deletion internal/sys/ptr_32_le.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build 386 || amd64p32 || arm || mipsle || mips64p32le
// +build 386 amd64p32 arm mipsle mips64p32le

package sys

Expand Down
1 change: 0 additions & 1 deletion internal/sys/ptr_64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !386 && !amd64p32 && !arm && !mipsle && !mips64p32le && !armbe && !mips && !mips64p32
// +build !386,!amd64p32,!arm,!mipsle,!mips64p32le,!armbe,!mips,!mips64p32

package sys

Expand Down

0 comments on commit 9e4f448

Please sign in to comment.