Skip to content

Commit 2999342

Browse files
fix: compile only on linux
1 parent 91d7063 commit 2999342

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bpf-prog/block-iptables/pkg/bpfprogram/program.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build linux
2+
// +build linux
3+
14
package bpfprogram
25

36
import (

0 commit comments

Comments
 (0)