|
when i try to run my program,i get this error message: |
Answered by
lmb
Nov 7, 2022
Replies: 2 comments 1 reply
|
|
0 replies
|
Try following the example from the package documentation: https://pkg.go.dev/github.com/cilium/ebpf#example-Program-VerifierError Please note that you currently can't avoid the call to |
1 reply
Answer selected by
lmb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try following the example from the package documentation: https://pkg.go.dev/github.com/cilium/ebpf#example-Program-VerifierError Please note that you currently can't avoid the call to
errors.Asby directly formatting the error with%+v.