go-conntracer-bpf
go-conntracer-bpf copied to clipboard
fatal error: conntracer.skel.h: No such file or directory
I am trying to run the example code. I am pretty new to go, so I initialised my go module with go init capture.com/capture Then did go get go get github.com/yuuki/go-conntracer-bpf@latest
I have downloaded and installed bpf and clang as well as per given requirements. But when I run the code I get the above mentioned error. Please help.
I can see the file in the installation, however for some reason the include is not working.