fix: ebpf support
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//go:build !android && linux
|
||||
//go:build !android
|
||||
|
||||
package ebpf
|
||||
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,4 @@
|
||||
//go:build !android && linux
|
||||
//go:build !android
|
||||
|
||||
package ebpf
|
||||
|
||||
|